[issue6030] io.BufferedWriter C module missing _write_lock

2009-05-15 Thread Josh Roesslein
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

[issue6030] io.BufferedWriter C module missing _write_lock

2009-05-15 Thread Josh Roesslein
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