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: Document Py_GETENV
Type: Stage: resolved
Components: Documentation Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry
Priority: normal Keywords: patch

Created on 2017-10-04 16:02 by barry, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3890 merged barry, 2017-10-05 03:46
Messages (1)
msg303707 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2017-10-04 16:02
I already added a section to the C API docs for some useful macros.  I didn't know about this one when I did that, but it seems like a useful macro to document, so I will do that.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 75874
2017-10-06 13:54:11barrysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-10-05 03:46:44barrysetkeywords: + patch
stage: patch review
pull_requests: + pull_request3864
2017-10-04 16:02:55barrycreate