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 ezio.melotti
Recipients ezio.melotti, lemburg, loewis, python-dev, vstinner
Date 2011-09-28.23:22:42
SpamBayes Score 0.0004195066
Marked as misclassified No
Message-id <1317252165.91.0.249039960249.issue13054@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a second patch that fixes checks like:
if sys.maxunicode == 65535:
    ...

There are a couple of places (e.g. test_bigmem) where I'm not sure what the best fix is, so I added a couple of XXX in the patch.  If you have any suggestion please comment either here on in the review page.
History
Date User Action Args
2011-09-28 23:22:46ezio.melottisetrecipients: + ezio.melotti, lemburg, loewis, vstinner, python-dev
2011-09-28 23:22:45ezio.melottisetmessageid: <1317252165.91.0.249039960249.issue13054@psf.upfronthosting.co.za>
2011-09-28 23:22:45ezio.melottilinkissue13054 messages
2011-09-28 23:22:45ezio.melotticreate