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 David.Edelsohn, georg.brandl, haubi, terry.reedy, vstinner
Date 2013-11-09.01:37:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383961035.55.0.316864888266.issue19529@psf.upfronthosting.co.za>
In-reply-to
Content
The bug is obvious and patch looks good to me. The problem is that Python 3.2 doesn't accept bugfixes anymore, any security fixes.

http://www.python.org/dev/peps/pep-0392/

3.2.5 schedule (regression fix release)

    3.2.5 final: May 13, 2013

-- Only security releases after 3.2.5 --

Georg Brandl, the release manager, may reconfirm that.

How is Python packaged on AIX? Can you integrate your fix in your package for Python 3.2?

The unicode type has been completly rewritten in Python 3.3, the bug was indirectly fixed during the rewrite. @Michael: can you confirm? You have to compile Python >= 3.3 in debug mode and run the test suite (./python -m test -j0 -r).
History
Date User Action Args
2013-11-09 01:37:15vstinnersetrecipients: + vstinner, georg.brandl, terry.reedy, haubi, David.Edelsohn
2013-11-09 01:37:15vstinnersetmessageid: <1383961035.55.0.316864888266.issue19529@psf.upfronthosting.co.za>
2013-11-09 01:37:15vstinnerlinkissue19529 messages
2013-11-09 01:37:13vstinnercreate