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 bennett78
Recipients Brent Gardner, benjamin.peterson, bennett78, christian.heimes, docs@python
Date 2021-03-23.01:58:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
$ make test TESTOPTS="-v test_socket"

ERROR: testSendFrame (__main__.CANTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/s/opt/cpython/debug/test_socket.py", line 2052, in testSendFrame
    self.assertEqual(addr[1], socket.AF_CAN)
IndexError: tuple index out of range

$ cat ../.git/config
https://github.com/bennett78/cpython.git

$ uname -r
5.4.0-67-genericg$ cat /etc/issue
Ubuntu 20.04.2 LTS \n \l

$ /s/opt/cpython/debug$ ./python -V
Python 3.10.0a6+
History
Date User Action Args
2021-03-23 01:58:56bennett78setrecipients: + bennett78, christian.heimes, benjamin.peterson, docs@python, Brent Gardner
2021-03-23 01:58:56bennett78setmessageid: <[email protected]>
2021-03-23 01:58:56bennett78linkissue37405 messages
2021-03-23 01:58:56bennett78create