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 pitrou
Recipients pitrou, scoder, serhiy.storchaka
Date 2015-06-19.13:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434721106.53.0.828096538261.issue24469@psf.upfronthosting.co.za>
In-reply-to
Content
Now that's weird. Why is the current int_free() doing the same as int_dealloc()? Because some people call tp_free directly?
History
Date User Action Args
2015-06-19 13:38:26pitrousetrecipients: + pitrou, scoder, serhiy.storchaka
2015-06-19 13:38:26pitrousetmessageid: <1434721106.53.0.828096538261.issue24469@psf.upfronthosting.co.za>
2015-06-19 13:38:26pitroulinkissue24469 messages
2015-06-19 13:38:26pitroucreate