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 skrah
Recipients Gregory.Andersen, georg.brandl, pitrou, skrah
Date 2012-11-18.19:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353268201.14.0.709078326713.issue16143@psf.upfronthosting.co.za>
In-reply-to
Content
The deeper issue is that globals in unicodeobject.c are used before
they are initialized. So I thought that should be cleared up before
the next release.

Basically, strings are used as keys during type initializations
*before* _PyUnicode_Init() is called.
History
Date User Action Args
2012-11-18 19:50:01skrahsetrecipients: + skrah, georg.brandl, pitrou, Gregory.Andersen
2012-11-18 19:50:01skrahsetmessageid: <1353268201.14.0.709078326713.issue16143@psf.upfronthosting.co.za>
2012-11-18 19:50:01skrahlinkissue16143 messages
2012-11-18 19:50:00skrahcreate