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 outofculture
Recipients ezio.melotti, outofculture, vstinner
Date 2020-12-19.00:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608338001.12.0.0164579326915.issue42680@roundup.psfhosted.org>
In-reply-to
Content
Oh, I just gave a cursory using `locals()`, and the same misbehavior is present.

A workaround, for anyone needing to assign or access unicode globals, is to use `exec`, e.g. `exec("µmeow = 1e-6", globals())`.
History
Date User Action Args
2020-12-19 00:33:21outofculturesetrecipients: + outofculture, vstinner, ezio.melotti
2020-12-19 00:33:21outofculturesetmessageid: <1608338001.12.0.0164579326915.issue42680@roundup.psfhosted.org>
2020-12-19 00:33:21outofculturelinkissue42680 messages
2020-12-19 00:33:20outofculturecreate