Difference between revisions 73386 and 95783 on ruwikibooks{{Python/DocPart}}⏎
⏎
Стандартные модули [[Python]] расширяются за счет модулей расширения (extension modules).
Модули расширения пишут на языке [[C]] или [[C++]] и вызывают из программ на Python.
Все функции и макроопределения, которым необходим Python/C API должны предваряться включением заголовочного файла Python.h
<source lang="C">
#include "Python.h"
</source>
(contracted; show full)
</source>
== Источники ==
* [http://www.intuit.ru/department/pl/python/13/1.html Использование Python С/C++ API]
[[Категория:Python|C API]]{{BookCat}}
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|