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 vstinner
Recipients amaury.forgeotdarc, serhiy.storchaka, terry.reedy, vstinner
Date 2013-04-07.21:58:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365371929.57.0.225533576491.issue15092@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.3 has been released. I'm not sure that we can change the type of PyUnicode_Kind because of the stable API. By the way, I already tried to write a similar patch (use enum). I expected better performances, but it did not change anything.

Can we close this issue?
History
Date User Action Args
2013-04-07 21:58:49vstinnersetrecipients: + vstinner, terry.reedy, amaury.forgeotdarc, serhiy.storchaka
2013-04-07 21:58:49vstinnersetmessageid: <1365371929.57.0.225533576491.issue15092@psf.upfronthosting.co.za>
2013-04-07 21:58:49vstinnerlinkissue15092 messages
2013-04-07 21:58:49vstinnercreate