Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33630>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to