This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients Robin.Schreiber, belopolsky, jcea, loewis
Date 2012-09-10.03:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Why is this a problem? ISTM all that is happening is that null tp_base is set to null if Py_tp_base slot is specified as null.  If this is somehow a problem - the user should not specify Py_tp_base slot.
History
Date User Action Args
2012-09-10 03:05:36belopolskysetrecipients: + belopolsky, loewis, jcea, Robin.Schreiber
2012-09-10 03:05:35belopolskysetmessageid: <[email protected]>
2012-09-10 03:05:35belopolskylinkissue15725 messages
2012-09-10 03:05:35belopolskycreate