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 terry.reedy
Recipients georg.brandl, gvanrossum, nedbat, pitrou, techtonik, terry.reedy
Date 2012-12-27.11:38:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356608282.13.0.786374310768.issue7083@psf.upfronthosting.co.za>
In-reply-to
Content
I agree now that the doc should be clearer (and this issue reopened). For one thing, the exact CPython behavior is an implementation issue rather than a language requirement. Which is to say, its behavior is allowed but not required. I believe an implementation *could* use dicts for function local namespaces. Synchronization would not then be an issue.

I will try to work up a concrete suggested replacement.
History
Date User Action Args
2012-12-27 11:38:02terry.reedysetrecipients: + terry.reedy, gvanrossum, georg.brandl, pitrou, techtonik, nedbat
2012-12-27 11:38:02terry.reedysetmessageid: <1356608282.13.0.786374310768.issue7083@psf.upfronthosting.co.za>
2012-12-27 11:38:02terry.reedylinkissue7083 messages
2012-12-27 11:38:01terry.reedycreate