HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc-base/python3.10-doc.python3.10-ext
Document: python3.10-ext
Title: Extending and Embedding the Python Interpreter (v3.10)
Author: Guido van Rossum
Abstract: This document describes how to write modules in C or C++ to extend
 the Python interpreter with new modules.  Those modules can define
 new functions but also new object types and their methods.  The
 document also describes how to embed the Python interpreter in
 another application, for use as an extension language.  Finally,
 it shows how to compile and link extension modules so that they
 can be loaded dynamically (at run time) into the interpreter, if
 the underlying operating system supports this feature.
Section: Programming/Python

Format: HTML
Index: /usr/share/doc/python3.10/html/extending/index.html
Files: /usr/share/doc/python3.10/html/extending/*.html