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 maggyero
Recipients maggyero
Date 2022-03-15.18:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647369780.17.0.382055777222.issue47029@roundup.psfhosted.org>
In-reply-to
Content
I have attached the following patch: pass a reference to the reader end of the queue pipe to the queue thread so that the reader end is not garbage collected and closed before the queue thread has sent all the buffered data to the writer end.
History
Date User Action Args
2022-03-15 18:43:00maggyerosetrecipients: + maggyero
2022-03-15 18:43:00maggyerosetmessageid: <1647369780.17.0.382055777222.issue47029@roundup.psfhosted.org>
2022-03-15 18:43:00maggyerolinkissue47029 messages
2022-03-15 18:43:00maggyerocreate