This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
History
Date User Action Args
2017-02-10 09:39:45vstinnersetrecipients: + vstinner, christian.heimes, python-dev, martin.panter, Lukasa, xiang.zhang, Christian H
2017-02-10 09:39:45vstinnersetmessageid: <1486719585.33.0.847835596.issue27744@psf.upfronthosting.co.za>
2017-02-10 09:39:45vstinnerlinkissue27744 messages
2017-02-10 09:39:45vstinnercreate