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, Gregory.Andersen, amaury.forgeotdarc, franck, georg.brandl, lemburg, ncoghlan, pitrou, serhiy.storchaka, skrah, stutzbach, vstinner
Date 2013-01-25.19:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201301252150.58860.storchaka@gmail.com>
In-reply-to <1359121239.39.0.893184229389.issue10156@psf.upfronthosting.co.za>
Content
> The 2.7 comments also apply to the 3.2 patch. Otherwise the 3.2 patch
> (without the _sre changes :) looks good to me.

Patches updated addressing new Stefan's comments. Unicode globals no longer 
reinitialized in _PyUnicode_Init(). Note that I have added a consistency check 
into the macro in 3.3+.

I hope Rietveld will accept this set.
Files
File name Uploaded
unicode_globals-2.7_3.patch serhiy.storchaka, 2013-01-25.19:51:31
unicode_globals-3.2_3.patch serhiy.storchaka, 2013-01-25.19:51:32
unicode_globals-3.3_3.patch serhiy.storchaka, 2013-01-25.19:51:32
unicode_globals-3.4_3.patch serhiy.storchaka, 2013-01-25.19:51:33
History
Date User Action Args
2013-01-25 19:51:34serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, georg.brandl, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, stutzbach, Arfrever, skrah, franck, Gregory.Andersen
2013-01-25 19:51:33serhiy.storchakalinkissue10156 messages
2013-01-25 19:51:33serhiy.storchakacreate