Message202455
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). |
|
Date |
User |
Action |
Args |
2013-11-09 01:37:15 | vstinner | set | recipients:
+ vstinner, georg.brandl, terry.reedy, haubi, David.Edelsohn |
2013-11-09 01:37:15 | vstinner | set | messageid: <1383961035.55.0.316864888266.issue19529@psf.upfronthosting.co.za> |
2013-11-09 01:37:15 | vstinner | link | issue19529 messages |
2013-11-09 01:37:13 | vstinner | create | |
|