Vinay Sajip <vinay_sa...@yahoo.co.uk> added the comment: As a result of the changes to marshal.c, test_importlib needs a small change: the test_bad_marshal raises an EOFError now, whereas it raised ValueError before.
I think it's because the earlier code in marshal didn't properly check for EOF conditions in some places. So I've changes the assertRaises(ValueError) to assertRaises(EOFError). All tests now pass, other than test_ftplib (not related). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12291> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com