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 christian.heimes
Recipients alexandre.vassalotti, brett.cannon, christian.heimes, gvanrossum
Date 2007-10-21.04:31:59
SpamBayes Score 0.0011710244
Marked as misclassified No
Message-id <1192941122.07.0.690431871356.issue1302@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch does a far more better job. I had the idea after a
discussion with Alexandre on #python and a small debugging session.

The tests for profile, cProfile and doctest are failing on my Linux box
because Py_FileSystemDefaultEncoding is "UTF-8" but PyUnicode_Decode()
has a shortcut for "utf-8" only. I've added a tolower loop and shortcuts
for UTF-16 and UTF-32 to PyUnicode_Decode(). 

I've also disabled the tests on system with a fs encoding that isn't
built in.
Files
File name Uploaded
py3k_profile_fix2.patches christian.heimes, 2007-10-21.04:31:59
History
Date User Action Args
2007-10-21 04:32:03christian.heimessetspambayes_score: 0.00117102 -> 0.0011710244
recipients: + christian.heimes, gvanrossum, brett.cannon, alexandre.vassalotti
2007-10-21 04:32:02christian.heimessetspambayes_score: 0.00117102 -> 0.00117102
messageid: <1192941122.07.0.690431871356.issue1302@psf.upfronthosting.co.za>
2007-10-21 04:32:01christian.heimeslinkissue1302 messages
2007-10-21 04:32:00christian.heimescreate