Martin v. Löwis <mar...@v.loewis.de> added the comment: > 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 :-) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6012> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com