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 ncoghlan
Recipients brett.cannon, eric.snow, grahamd, ncoghlan, serhiy.storchaka, steve.dower
Date 2016-12-31.07:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483169489.5.0.254646709236.issue29102@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I'm also fine with using int_fast64_t for the subinterpreter count.

The only thing I'm really advocating for strongly on that front is that I think it makes sense to sacrifice the sign bit in the ID field as an error indicator that provides a more idiomatic C API.
History
Date User Action Args
2016-12-31 07:31:29ncoghlansetrecipients: + ncoghlan, brett.cannon, grahamd, eric.snow, serhiy.storchaka, steve.dower
2016-12-31 07:31:29ncoghlansetmessageid: <1483169489.5.0.254646709236.issue29102@psf.upfronthosting.co.za>
2016-12-31 07:31:29ncoghlanlinkissue29102 messages
2016-12-31 07:31:29ncoghlancreate