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 pitrou
Recipients Peter.Saveliev, amaury.forgeotdarc, pitrou, rhettinger
Date 2012-09-01.18:06:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346522791.33.0.311847162619.issue11866@psf.upfronthosting.co.za>
In-reply-to
Content
With or without Raymond's suggested change, "global _counter" is not necessary anymore.
Note that this fix only works on implementations where itertools.count().next is atomic.
History
Date User Action Args
2012-09-01 18:06:31pitrousetrecipients: + pitrou, rhettinger, amaury.forgeotdarc, Peter.Saveliev
2012-09-01 18:06:31pitrousetmessageid: <1346522791.33.0.311847162619.issue11866@psf.upfronthosting.co.za>
2012-09-01 18:06:30pitroulinkissue11866 messages
2012-09-01 18:06:30pitroucreate