[docs] [issue26515] Update extending/embedding docs to new way to build modules in C

Brett Cannon report at bugs.python.org
Tue Mar 8 21:43:41 EST 2016


New submission from Brett Cannon:

https://docs.python.org/3/extending/extending.html#a-simple-example uses PyModule_Create() instead of PyModuleDef_Init().

----------
assignee: docs at python
components: Documentation
messages: 261398
nosy: brett.cannon, docs at python, eric.snow, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Update extending/embedding docs to new way to build modules in C
versions: Python 3.5, Python 3.6

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


More information about the docs mailing list