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 gvanrossum
Recipients barry, gvanrossum, scoder, serhiy.storchaka
Date 2015-06-19.14:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434723397.81.0.530058377904.issue24469@psf.upfronthosting.co.za>
In-reply-to
Content
1) The intended solution is to require that int subclasses override tp_free.

2) I don't see any constructors that don't call PyInt_FromLong() -- what am I missing?
History
Date User Action Args
2015-06-19 14:16:37gvanrossumsetrecipients: + gvanrossum, barry, scoder, serhiy.storchaka
2015-06-19 14:16:37gvanrossumsetmessageid: <1434723397.81.0.530058377904.issue24469@psf.upfronthosting.co.za>
2015-06-19 14:16:37gvanrossumlinkissue24469 messages
2015-06-19 14:16:37gvanrossumcreate