[issue4374] Pickle tests fail w/o _pickle extension

2008-12-27 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue4374] Pickle tests fail w/o _pickle extension

2008-12-27 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Committed in r67940. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue4374] Pickle tests fail w/o _pickle extension

2008-11-21 Thread Alexandre Vassalotti
Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: I think the best way to fix this is to add sanity checks similar to the ones in _pickle. The checks are obviously useless in pickle.py, but I think it is simpler than to try to skip tests, and it gives a nicer error message to people who

[issue4374] Pickle tests fail w/o _pickle extension

2008-11-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: The test could be skipped for the pure-python version of pickle: after all, it just tests that the interpreter does not segfault... A simpler change is to change the expected exception into "Exception". -- nosy: +amaury.forgeot

[issue4374] Pickle tests fail w/o _pickle extension

2008-11-21 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> alexandre.vassalotti nosy: +alexandre.vassalotti ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4374] Pickle tests fail w/o _pickle extension

2008-11-20 Thread Christian Heimes
New submission from Christian Heimes <[EMAIL PROTECTED]>: $ rm build/lib.linux-x86_64-3.0-pydebug/_pickle.so $ ./python Lib/test/regrtest.py -R:: test_pickle test_pickle test test_pickle failed -- Traceback (most recent call last): File "/home/heimes/dev/python/py3k/Lib/test/pickletester.py", l