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 benjamin.peterson
Recipients benjamin.peterson, eric.snow, ethan.furman, ncoghlan, njs
Date 2015-01-15.05:27:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421299658.17.0.332322409839.issue22986@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you have all these special cases of ref-counting based on Py_TPFLAGS_HEAPTYPE? "static" types are generally ref-counted, too. (They just hopefully don't reach 0 often. :))
History
Date User Action Args
2015-01-15 05:27:38benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, njs, ethan.furman, eric.snow
2015-01-15 05:27:38benjamin.petersonsetmessageid: <1421299658.17.0.332322409839.issue22986@psf.upfronthosting.co.za>
2015-01-15 05:27:38benjamin.petersonlinkissue22986 messages
2015-01-15 05:27:37benjamin.petersoncreate