]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 28 Apr 2025 23:23:46 +0000 (17:23 -0600)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 23:23:46 +0000 (17:23 -0600)
commitbdd23c0bb95faa37130fdf7af82f0fdddb41bae0
tree975bc2dfb21c40e12844bb22d97da5beacc07b89
parent68a737691b0fd591de00f4811bb23a5c280fe859
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)

Note that the bulk of this change is tests.
Include/internal/pycore_crossinterp.h
Lib/test/_crossinterp_definitions.py
Lib/test/test_crossinterp.py
Modules/_testinternalcapi.c
Python/crossinterp.c