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 steve.dower
Recipients brett.cannon, eric.snow, grahamd, ncoghlan, serhiy.storchaka, steve.dower
Date 2016-12-31.05:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483162045.3.0.169105155693.issue29102@psf.upfronthosting.co.za>
In-reply-to
Content
I fully expect subinterpreters to have a serious role in long running applications like web servers or other agents (e.g. cluster nodes), so I'd rather just bite the bullet and take 64-bits now so that we can completely neglect reuse issues. Otherwise we'll find ourselves adding infrastructure to hide the fact that you may see the same id twice.

Another four bytes is a cheap way to avoid an entire abstraction layer.
History
Date User Action Args
2016-12-31 05:27:25steve.dowersetrecipients: + steve.dower, brett.cannon, ncoghlan, grahamd, eric.snow, serhiy.storchaka
2016-12-31 05:27:25steve.dowersetmessageid: <1483162045.3.0.169105155693.issue29102@psf.upfronthosting.co.za>
2016-12-31 05:27:25steve.dowerlinkissue29102 messages
2016-12-31 05:27:24steve.dowercreate