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 serhiy.storchaka
Recipients pablogsal, serhiy.storchaka, vstinner
Date 2018-05-28.07:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527492470.34.0.682650639539.issue33630@psf.upfronthosting.co.za>
In-reply-to
Content
The race condition is in tests (we can open a file before it be written in a child). The reed memory reusage is in the posix module. Didn't look at it close, but seems the content of a temporary Python object (the result of encoding/decoding) is passed to C library function, and this object is freed before the content be used.
History
Date User Action Args
2018-05-28 07:27:50serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, pablogsal
2018-05-28 07:27:50serhiy.storchakasetmessageid: <1527492470.34.0.682650639539.issue33630@psf.upfronthosting.co.za>
2018-05-28 07:27:50serhiy.storchakalinkissue33630 messages
2018-05-28 07:27:50serhiy.storchakacreate