You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AA-Turner opened this issue
Aug 16, 2023
· 1 comment
Labels
3.11only security fixes3.12only security fixes3.13bugs and security fixesbuildThe build process and cross-builddocsDocumentation in the Doc dirextension-modulesC modules in the Modules dir
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.
The text was updated successfully, but these errors were encountered:
3.11only security fixes3.12only security fixes3.13bugs and security fixesbuildThe build process and cross-builddocsDocumentation in the Doc dirextension-modulesC modules in the Modules dir
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. withoutsetuptools
), likely heavily referencingsysconfig
, to guide readers through the internal process of how extension modules are built.The text was updated successfully, but these errors were encountered: