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 eric.smith
Recipients Kiriakos.Vlahos, brian.curtin, eric.smith, loewis, mark.dickinson, sjmachin, skrah
Date 2010-09-29.22:05:30
SpamBayes Score 4.305269e-07
Marked as misclassified No
Message-id <1285797932.15.0.46804775459.issue9980@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that in an ideal world there would not be a dependency on global flags.

There's no doubt a performance issue with doing so, although someone would have to measure that. It may well be swamped by the memory allocation, etc. that is going on at the same time and so won't matter.

Mark will no doubt know this better than I do, but I also assume that there's an issue with thread safety when changing such global state.
History
Date User Action Args
2010-09-29 22:05:32eric.smithsetrecipients: + eric.smith, loewis, sjmachin, mark.dickinson, brian.curtin, skrah, Kiriakos.Vlahos
2010-09-29 22:05:32eric.smithsetmessageid: <1285797932.15.0.46804775459.issue9980@psf.upfronthosting.co.za>
2010-09-29 22:05:30eric.smithlinkissue9980 messages
2010-09-29 22:05:30eric.smithcreate