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 christian.heimes
Recipients christian.heimes, martin.panter
Date 2021-10-21.11:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634817578.78.0.978071039445.issue27816@roundup.psfhosted.org>
In-reply-to
Content
I can still reproduce the issue with Python 3.9 and newer.

>>> import socket
>>> socket.socket(socket.AF_INET, socket.SOCK_STREAM).proto
0
History
Date User Action Args
2021-10-21 11:59:38christian.heimessetrecipients: + christian.heimes, martin.panter
2021-10-21 11:59:38christian.heimessetmessageid: <1634817578.78.0.978071039445.issue27816@roundup.psfhosted.org>
2021-10-21 11:59:38christian.heimeslinkissue27816 messages
2021-10-21 11:59:38christian.heimescreate