Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No documentation for PyState_FindModule() #59286

Closed
tiran opened this issue Jun 16, 2012 · 4 comments
Closed

No documentation for PyState_FindModule() #59286

tiran opened this issue Jun 16, 2012 · 4 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@tiran
Copy link
Member

tiran commented Jun 16, 2012

BPO 15081
Nosy @loewis, @tiran

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/loewis'
closed_at = <Date 2012-06-22.11:08:53.391>
created_at = <Date 2012-06-16.00:07:51.089>
labels = ['docs']
title = 'No documentation for PyState_FindModule()'
updated_at = <Date 2012-06-22.11:08:53.390>
user = 'https://github.com/tiran'

bugs.python.org fields:

activity = <Date 2012-06-22.11:08:53.390>
actor = 'christian.heimes'
assignee = 'loewis'
closed = True
closed_date = <Date 2012-06-22.11:08:53.391>
closer = 'christian.heimes'
components = ['Documentation']
creation = <Date 2012-06-16.00:07:51.089>
creator = 'christian.heimes'
dependencies = []
files = []
hgrepos = []
issue_num = 15081
keywords = []
message_count = 4.0
messages = ['162944', '162954', '163391', '163395']
nosy_count = 3.0
nosy_names = ['loewis', 'christian.heimes', 'python-dev']
pr_nums = []
priority = 'low'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue15081'
versions = ['Python 3.3']

@tiran
Copy link
Member Author

tiran commented Jun 16, 2012

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.

@tiran tiran added the docs Documentation in the Doc dir label Jun 16, 2012
@loewis
Copy link
Mannequin

loewis mannequin commented Jun 16, 2012

It's in PEP-3121, but it never made it to the documentation.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 22, 2012

New changeset 55e8cba34b11 by Martin v. Löwis in branch 'default':
Issue bpo-15042: Add PyState_AddModule and PyState_RemoveModule.
http://hg.python.org/cpython/rev/55e8cba34b11

@tiran
Copy link
Member Author

tiran commented Jun 22, 2012

Thanks!

@tiran tiran closed this as completed Jun 22, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant