New submission from Josh Roesslein :
The C version of BufferedWriter is missing the _write_lock attribute.
I am not sure if there is a reason for this or it was left out by
accident. Python version still has the attribute.
--
components: Extension Modules, IO, Library (Lib)
messages
Josh Roesslein added the comment:
Okay so even if you extend the BufferedWriter class, you should not
be using that lock for thread safety, correct? But you must still use
locks since its not thread safe still?
--
___
Python tracker
<h