]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
authorItamar Oren <itamarost@gmail.com>
Fri, 14 Nov 2025 09:43:25 +0000 (01:43 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Nov 2025 09:43:25 +0000 (10:43 +0100)
commit1e4e59bb3714ba7c6b6297f1a74e231b056f004c
treef3bbe5c87465ae2d76f4df96164d5a7dc588e455
parenta4dd66275b62453bec055d730a8ce7173e519b6d
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/c-api/import.rst
Doc/whatsnew/3.15.rst
Include/cpython/import.h
Lib/test/test_embed.py
Misc/NEWS.d/next/C_API/2025-11-08-10-51-50.gh-issue-116146.pCmx6L.rst [new file with mode: 0644]
Programs/_testembed.c
Python/import.c