[New-bugs-announce] [issue10913] Deprecate PyEval_AcquireLock() and PyEval_ReleaseLock()

Antoine Pitrou report at bugs.python.org
Sat Jan 15 12:22:14 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

These two functions are very low-level and no good to use outside the interpreter core (actually, inside the core I don't think they are useful either). We should deprecate them and recommend the thread-state aware functions instead. See #1720250 for an example confusion.

----------
assignee: pitrou
components: Documentation
messages: 126324
nosy: grahamd, pitrou
priority: high
severity: normal
status: open
title: Deprecate PyEval_AcquireLock() and PyEval_ReleaseLock()
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list