[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: 87831
nosy: jroesslein
severity: normal
status: open
title: io.BufferedWriter C module missing _write_lock
type: behavior
versions: Python 3.1

___
Python tracker 
<http://bugs.python.org/issue6030>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<http://bugs.python.org/issue6030>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com