-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Open
Labels
buildThe 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, ghishadow and 2 more
Metadata
Metadata
Assignees
Labels
buildThe 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
Projects
Status
Todo