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 The Compiler, barry, christian.heimes, eli.bendersky, ethan.furman, ezio.melotti, kulikjak, kumaraditya, mrabarnett, mscuthbert, pablogsal, rhettinger, scoder, serhiy.storchaka, veky, vstinner
Date 2022-01-17.15:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642433086.01.0.679647111013.issue40066@roundup.psfhosted.org>
In-reply-to
Content
>    self.assertEqual(repr(type), '<SocketKind.SOCK_STREAM: 1>')

For this one, I suggest to replace the value with "..." doctest pattern.
History
Date User Action Args
2022-01-17 15:24:46vstinnersetrecipients: + vstinner, barry, rhettinger, scoder, christian.heimes, ezio.melotti, mrabarnett, eli.bendersky, ethan.furman, serhiy.storchaka, The Compiler, veky, mscuthbert, pablogsal, kulikjak, kumaraditya
2022-01-17 15:24:46vstinnersetmessageid: <1642433086.01.0.679647111013.issue40066@roundup.psfhosted.org>
2022-01-17 15:24:46vstinnerlinkissue40066 messages
2022-01-17 15:24:45vstinnercreate