[issue4586] "Extending Embedded Python" documention uses removed Py_InitModule function

blake madden report at bugs.python.org
Sun Dec 7 23:42:22 CET 2008


New submission from blake madden <madden_blake at yahoo.com>:

On the page:

http://docs.python.org/3.0/extending/embedding.html#extending-embedded-python

Note that the function "Py_InitModule" is used.  From what I can tell,
this function no longer exists and regrettably I can't figure out how to
get "PyModule_Create" to work in its place.

----------
assignee: georg.brandl
components: Documentation
messages: 77273
nosy: blakemadden, georg.brandl
severity: normal
status: open
title: "Extending Embedded Python" documention uses removed Py_InitModule function
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4586>
_______________________________________


More information about the Python-bugs-list mailing list