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 malin
Recipients iritkatriel, malin, miss-islington, nadeem.vawda, pitrou, serhiy.storchaka
Date 2022-03-19.13:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647695999.15.0.689465526846.issue44439@roundup.psfhosted.org>
In-reply-to
Content
`_Stream.write` method in tarfile.py also has this code:
https://github.com/python/cpython/blob/v3.11.0a6/Lib/tarfile.py#L434

But this bug will not be triggered. When calling this method, always pass bytes data.

`_ConnectionBase.send_bytes` method in multiprocessing\connection.py can be micro-optimized:
https://github.com/python/cpython/blob/v3.11.0a6/Lib/multiprocessing/connection.py#L193
This can be done in another issue.

So I think this issue can be closed.
History
Date User Action Args
2022-03-19 13:19:59malinsetrecipients: + malin, pitrou, nadeem.vawda, serhiy.storchaka, miss-islington, iritkatriel
2022-03-19 13:19:59malinsetmessageid: <1647695999.15.0.689465526846.issue44439@roundup.psfhosted.org>
2022-03-19 13:19:59malinlinkissue44439 messages
2022-03-19 13:19:59malincreate