[issue8386] test_pickle failing

2010-04-13 Thread STINNER Victor
STINNER Victor added the comment: he he, ok, no problem. -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___

[issue8386] test_pickle failing

2010-04-13 Thread Tim Golden
Tim Golden added the comment: Well that's embarrassing: I updated but didn't rebuild. Sorry for the noise; all tests passing now. Please close the call. -- ___ Python tracker __

[issue8386] test_pickle failing

2010-04-13 Thread STINNER Victor
STINNER Victor added the comment: How did you get these errors? I don't see them in the buildbots (x86 Windows7 3.x, x86 XP-4 3.x): * http://www.python.org/dev/buildbot/builders/x86 Windows7 3.x/builds/408/steps/test/logs/stdio * http://www.python.org/dev/buildbot/builders/x86 XP-4 3.x/buil

[issue8386] test_pickle failing

2010-04-13 Thread Tim Golden
Tim Golden added the comment: Yes: C:\temp>\work_in_progress\make-snapshots\branches Python 3.2a0 (py3k:80030, Apr 13 2010, 11:13:13) Type "help", "copyright", "credits" or "license" >>> '\uDC80'.encode("utf8", "surrogatepass") b'\xed\xb2\x80' >>> -- ___

[issue8386] test_pickle failing

2010-04-13 Thread STINNER Victor
STINNER Victor added the comment: Does the follow code work on Windows? >>> '\uDC80'.encode("utf8", "surrogatepass") b'\xed\xb2\x80' -- ___ Python tracker ___ __

[issue8386] test_pickle failing

2010-04-13 Thread STINNER Victor
STINNER Victor added the comment: The failing test was introduced by r80031 by me: see issue #8383. I don't understand why the test fails. -- ___ Python tracker ___

[issue8386] test_pickle failing

2010-04-13 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc : -- assignee: -> haypo nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue8386] test_pickle failing

2010-04-13 Thread Tim Golden
New submission from Tim Golden : test_pickle failing on WinXP http://svn.python.org/projects/python/branches/py3k/Lib r80044 == ERROR: test_unicode (__main__.CPicklerTests) --