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 Robin.Schreiber
Recipients Robin.Schreiber, asvetlov
Date 2012-10-07.16:47:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349628427.86.0.422773629318.issue15650@psf.upfronthosting.co.za>
In-reply-to
Content
PEP384 demands, among other things, that the TypeObjects themselves are transformed to Heaptypes. This means that the Typeobjects, that are created from this new stable ABI, reside within the heap and therefore have to be managed by the Python GC. This is of course done by appropriately incref- and decrefing of the specific Heaptype.
History
Date User Action Args
2012-10-07 16:47:07Robin.Schreibersetrecipients: + Robin.Schreiber, asvetlov
2012-10-07 16:47:07Robin.Schreibersetmessageid: <1349628427.86.0.422773629318.issue15650@psf.upfronthosting.co.za>
2012-10-07 16:47:07Robin.Schreiberlinkissue15650 messages
2012-10-07 16:47:07Robin.Schreibercreate