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 amaury.forgeotdarc, lemburg, mark.dickinson, skrah, stutzbach, vstinner
Date 2011-04-11.07:31:07
SpamBayes Score 1.5861109e-06
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
[Merging with issue 11402]

Daniel's patch is much simpler, but I think that unicode_empty and
unicode_latin1 would need to be protected before _PyUnicode_Init
is called.

Is the module initialization procedure documented somewhere? I get
the impression that unicodeobject.c depends on dict.c and dict.c
depends on unicodeobject.c.
History
Date User Action Args
2011-04-11 07:31:08skrahsetrecipients: + skrah, lemburg, amaury.forgeotdarc, mark.dickinson, vstinner, stutzbach
2011-04-11 07:31:08skrahsetmessageid: <[email protected]>
2011-04-11 07:31:07skrahlinkissue10156 messages
2011-04-11 07:31:07skrahcreate