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 serhiy.storchaka
Recipients Arfrever, amaury.forgeotdarc, lemburg, serhiy.storchaka, skrah, stutzbach, vstinner
Date 2013-01-07.11:28:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Here are patches for all four Python versions. They fixes possible usage of the 
followed non-initialized global variables: free_list, numfree, interned, 
unicode_empty, static_strings, unicode_latin1, bloom_linebreak, 
unicode_default_encoding.
Files
File name Uploaded
unicode_globals-2.7.patch serhiy.storchaka, 2013-01-07.11:28:39
unicode_globals-3.2.patch serhiy.storchaka, 2013-01-07.11:28:40
unicode_globals-3.3.patch serhiy.storchaka, 2013-01-07.11:28:41
unicode_globals-3.4.patch serhiy.storchaka, 2013-01-07.11:28:42
History
Date User Action Args
2013-01-07 11:28:44serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, amaury.forgeotdarc, vstinner, stutzbach, Arfrever, skrah
2013-01-07 11:28:43serhiy.storchakalinkissue10156 messages
2013-01-07 11:28:42serhiy.storchakacreate