-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-builddocsDocumentation in the Doc dirDocumentation in the Doc dirextension-modulesC modules in the Modules dirC modules in the Modules dir
Description
Building C and C++ Extensions and Building C and C++ Extensions on Windows are the guides to building extension modules.
For most cases, we are able to use setuptools
, meson
, CMake
, or other build systems. However for CPython's own documentation, we should have a cross-platform primer on building extension modules by hand (i.e. without setuptools
), likely heavily referencing sysconfig
, to guide readers through the internal process of how extension modules are built.
CharlieZhao95, erlend-aasland, aapk64926, aisk and ghishadow
Metadata
Metadata
Assignees
Labels
3.11only security fixesonly security fixes3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixesbuildThe build process and cross-buildThe build process and cross-builddocsDocumentation in the Doc dirDocumentation in the Doc dirextension-modulesC modules in the Modules dirC modules in the Modules dir