Message287497
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 |
|
Date |
User |
Action |
Args |
2017-02-10 09:39:45 | vstinner | set | recipients:
+ vstinner, christian.heimes, python-dev, martin.panter, Lukasa, xiang.zhang, Christian H |
2017-02-10 09:39:45 | vstinner | set | messageid: <1486719585.33.0.847835596.issue27744@psf.upfronthosting.co.za> |
2017-02-10 09:39:45 | vstinner | link | issue27744 messages |
2017-02-10 09:39:45 | vstinner | create | |
|