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.
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:31 | admin | set | github: 59286 |
| 2012年06月22日 11:08:53 | christian.heimes | set | status: open -> closed resolution: fixed messages: + msg163395 stage: resolved |
| 2012年06月22日 10:21:26 | python-dev | set | nosy:
+ python-dev messages: + msg163391 |
| 2012年06月16日 06:06:58 | loewis | set | messages: + msg162954 |
| 2012年06月16日 00:07:51 | christian.heimes | create | |