[issue3139] bytearrays are not thread safe

Martin v. Löwis report at bugs.python.org
Fri Aug 1 23:44:40 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

> I don't know, is there supposed to be a semantic difference between
> PyObject_ReleaseBuffer and PyBuffer_Release? If not, I'd say drop it.

There are existing callers of it which would need to be changed, perhaps
outside the core also; plus it's in PEP 3118.

Technically, they do the same.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3139>
_______________________________________


More information about the Python-bugs-list mailing list