Message287497
| Author |
vstinner |
| Recipients |
Christian H, Lukasa, christian.heimes, martin.panter, python-dev, vstinner, xiang.zhang |
| Date |
2017年02月10日.09:39:45 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1486719585.33.0.847835596.issue27744@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
What is the status of this issue? test_aead_aes_gcm() fails on my Fedora 25 (Python: default branch).
haypo@selma$ cat /etc/fedora-release
Fedora release 25 (Twenty Five)
haypo@selma$ uname -r
4.9.5-200.fc25.x86_64
test test_socket failed -- Traceback (most recent call last):
File "/home/haypo/prog/python/default/Lib/test/support/__init__.py", line 556, in wrapper
return func(*args, **kw)
File "/home/haypo/prog/python/default/Lib/test/test_socket.py", line 5515, in test_aead_aes_gcm
res = op.recv(assoclen + len(plain) + taglen)
OSError: [Errno 22] Invalid argument |
|