Message154662
Added tests in Lib/test format.
After applying pickle.py.patch and BytestrPickler_c.diff,
./python -m test -v -m PyPicklerBytestrTests test_pickle
returns 12 tests, no errors, while
./python -m test -v -m CPicklerBytestrTests test_pickle
only passes
test_dump_bytes_protocol_0 (test.test_pickle.CPicklerBytestrTests) ... ok
test_dump_bytes_protocol_1 (test.test_pickle.CPicklerBytestrTests) ... ok
test_dump_bytes_protocol_2 (test.test_pickle.CPicklerBytestrTests) ... ok
test_dump_bytes_protocol_3 (test.test_pickle.CPicklerBytestrTests) ... ok
and has 8 errors (as expected). |
|
Date |
User |
Action |
Args |
2012-02-29 20:43:01 | valhallasw | set | recipients:
+ valhallasw, gvanrossum, loewis, georg.brandl, jcea, ggenellina, pitrou, alexandre.vassalotti, RonnyPfannschmidt, jdharper, Ronny.Pfannschmidt |
2012-02-29 20:43:00 | valhallasw | set | messageid: <1330548180.93.0.398319999566.issue6784@psf.upfronthosting.co.za> |
2012-02-29 20:43:00 | valhallasw | link | issue6784 messages |
2012-02-29 20:43:00 | valhallasw | create | |
|