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: No documentation for PyState_FindModule()
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: loewis Nosy List: christian.heimes, loewis, python-dev
Priority: low Keywords:

Created on 2012-06-16 00:07 by christian.heimes, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg162944 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2012-06-16 00:07
Dear Martin,

I can't find any documentation of PyState_FindModule() in the official. According to hg annotate you are the creator of the function.
msg162954 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-06-16 06:06
It's in PEP 3121, but it never made it to the documentation.
msg163391 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-22 10:21
New changeset 55e8cba34b11 by Martin v. Löwis in branch 'default':
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
http://hg.python.org/cpython/rev/55e8cba34b11
msg163395 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2012-06-22 11:08
Thanks!
History
Date User Action Args
2022-04-11 14:57:31adminsetgithub: 59286
2012-06-22 11:08:53christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg163395

stage: resolved
2012-06-22 10:21:26python-devsetnosy: + python-dev
messages: + msg163391
2012-06-16 06:06:58loewissetmessages: + msg162954
2012-06-16 00:07:51christian.heimescreate