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 phg
Recipients phg
Date 2020-01-31.15:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580483992.12.0.718198144205.issue39510@roundup.psfhosted.org>
In-reply-to
Content
reader = open ("/dev/zero", "rb")
    _void  = reader.read (42)
    reader.close ()
    reader.readinto (bytearray (42)) ### BANG!

Bisected to commit dc469454ec. PR on Github to follow.
History
Date User Action Args
2020-01-31 15:19:52phgsetrecipients: + phg
2020-01-31 15:19:52phgsetmessageid: <1580483992.12.0.718198144205.issue39510@roundup.psfhosted.org>
2020-01-31 15:19:52phglinkissue39510 messages
2020-01-31 15:19:52phgcreate