Message261458
| Author |
vstinner |
| Recipients |
Yury.Selivanov, alecsandru.patrascu, catalin.manciu, jtaylor, pitrou, rhettinger, serhiy.storchaka, vstinner, yselivanov |
| Date |
2016年03月09日.17:30:17 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1457544617.95.0.799348711632.issue26249@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
cryptography: good
* Git commit 0681de7241dcbaec7b3dc85d3cf3944e4bec8309 (Mar 9 2016)
"4 failed, 77064 passed, 3096 skipped in 405.09 seconds"
1 error is related to the version number (probably an issue on how I run the tests), 3 errors are FileNotFoundError related to cryptography_vectors. At least, there is no Python fatal error related to memory allocators ;-)
--
Hum, just in case, I checked my venv:
(ENV) haypo@smithers$ python -c 'import _testcapi; _testcapi.pymem_api_misuse()'
...
Fatal Python error: bad ID: Allocated using API 'o', verified using API 'r'
(ENV) haypo@smithers$ python -c 'import _testcapi; _testcapi.pymem_buffer_overflow()'
...
Fatal Python error: bad trailing pad byte
It works ;-) |
|