Changes by Bryan Silverthorn :
--
nosy: +bsilverthorn
___
Python tracker
<http://bugs.python.org/issue7689>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Bryan Silverthorn:
Attached is a very short patch against r59568 which asserts tp_traverse
on (the types of) objects allocated in PyType_GenericAlloc(). As far as
I'm aware, tp_traverse should always be set at this point. Catching that
error early, even if only in
Bryan Silverthorn added the comment:
I submitted this patch 14 years ago and am sure of nothing. :)
--
___
Python tracker
<https://bugs.python.org/issue1
Bryan Silverthorn added the comment:
Well, there's no Python bug per se, hence no test case; this patch just
adds a single additional assert that might catch a particular extension
implementation mistake. It was prompted by tracking down the bug in
pygtk mentioned above.
I've a
Changes by Bryan Silverthorn :
Removed file: http://bugs.python.org/file8998/bcs_typeobject_assert.patch
___
Python tracker
<http://bugs.python.org/issue1662>
___
___