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 loewis
Recipients loewis, ocean-city, pitrou
Date 2009-05-24.21:39:40
SpamBayes Score 1.3272425e-07
Marked as misclassified No
Message-id <4A19BE9A.5060407@v.loewis.de>
In-reply-to <1243199920.65.0.0262838239677.issue6012@psf.upfronthosting.co.za>
Content
> Reusing O& looks better to me (we already have too many type specifiers). 
> Why have you chosen 0x20000 for Py_CLEANUP_SUPPORTED? Are there other
> possible values below that?

It's essentially random. I want it to be a power of two, in case we make
it a bit mask some day, and significantly different from 1. 0x20000 was
the smallest number that qualified :-)
History
Date User Action Args
2009-05-24 21:39:42loewissetrecipients: + loewis, pitrou, ocean-city
2009-05-24 21:39:41loewislinkissue6012 messages
2009-05-24 21:39:40loewiscreate