This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix typos in pystate.h comments
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: glchapman, rhettinger
Priority: normal Keywords: patch

Created on 2004-02-28 15:44 by glchapman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pystate.h.diff glchapman, 2004-02-28 15:44
Messages (2)
msg45430 - (view) Author: Greg Chapman (glchapman) Date: 2004-02-28 15:44
pystate.h has a couple of references to 
PyGILState_Acquire; these should refer to 
PyGILState_Ensure.
msg45431 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-03-13 20:55
Logged In: YES 
user_id=80475

Accepted and applied as Include/pystate.h 2.26

Thanks for the patch.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 39991
2004-02-28 15:44:11glchapmancreate