Message161406
| Author |
pitrou |
| Recipients |
gregory.p.smith, pitrou |
| Date |
2012年05月23日.13:20:13 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1337779214.24.0.36753428268.issue14888@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
This appears to be 2.7-only:
$ ./python -m test.regrtest -M5G -v test_hashlib
== CPython 2.7.3+ (2.7:086afe7b61f5, May 23 2012, 15:15:34) [GCC 4.5.2]
== Linux-2.6.38.8-desktop-10.mga-x86_64-with-mandrake-1-Official little-endian
== /home/antoine/cpython/27/build/test_python_6042
Testing with flags: sys.flags(debug=0, py3k_warning=0, division_warning=0, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, tabcheck=0, verbose=0, unicode=0, bytes_warning=0, hash_randomization=0)
test_hashlib
test_algorithms_attribute (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_0 (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_1 (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_2 (test.test_hashlib.HashLibTestCase) ... ok
test_case_md5_huge (test.test_hashlib.HashLibTestCase) ... python: /home/antoine/cpython/27/Modules/md5module.c:276: MD5_new: Assertion `(Py_ssize_t)(unsigned int)(view.len) == (view.len)' failed.
Abandon |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年05月23日 13:20:14 | pitrou | set | recipients:
+ pitrou, gregory.p.smith |
| 2012年05月23日 13:20:14 | pitrou | set | messageid: <1337779214.24.0.36753428268.issue14888@psf.upfronthosting.co.za> |
| 2012年05月23日 13:20:13 | pitrou | link | issue14888 messages |
| 2012年05月23日 13:20:13 | pitrou | create |
|