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 nascheme
Recipients barry, christian.heimes, cstratak, matejcik, nascheme, vstinner
Date 2017-06-09.17:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497030900.67.0.85332319213.issue29324@psf.upfronthosting.co.za>
In-reply-to
Content
This patch works for me as well.  Debian testing, kernel:
Linux version 4.9.0-3-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170425 (Debian 6.3.0-16) ) #1 SMP Debian 4.9.25-1 (2017-05-02)


In the 3.6.1 Python release, test_socket fails with:

test test_socket failed -- Traceback (most recent call last):
  File "/home/nas/src/cpython/Lib/test/support/__init__.py", line 556, in wrapper
    return func(*args, **kw)
  File "/home/nas/src/cpython/Lib/test/test_socket.py", line 5497, in test_aead_aes_gcm
    res = op.recv(assoclen + len(plain) + taglen)
OSError: [Errno 22] Invalid argument
History
Date User Action Args
2017-06-09 17:55:00naschemesetrecipients: + nascheme, barry, vstinner, christian.heimes, matejcik, cstratak
2017-06-09 17:55:00naschemesetmessageid: <1497030900.67.0.85332319213.issue29324@psf.upfronthosting.co.za>
2017-06-09 17:55:00naschemelinkissue29324 messages
2017-06-09 17:55:00naschemecreate