[issue10741] PyGILState_GetThisThreadState() lacks a doc entry

Antoine Pitrou report at bugs.python.org
Mon Dec 20 19:09:52 CET 2010


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

PyGILState_GetThisThreadState() is "documented" in Include/pystate.h but not in the official docs. It should be documented along PyGILState_Ensure() and friends.

----------
assignee: docs at python
components: Documentation
messages: 124394
nosy: docs at python, haypo, pitrou
priority: normal
severity: normal
status: open
title: PyGILState_GetThisThreadState() lacks a doc entry
versions: Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list