]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 28 Apr 2025 18:52:36 +0000 (12:52 -0600)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 18:52:36 +0000 (12:52 -0600)
commit606003ffa9e400cc22cc3b11f31118e2e24f688e
tree0092345b4c6a33732229dac19606bb073a1a7dad
parent31d1342de9489f95384dbc748130c2ae6f092e84
gh-132775: Add _PyBytes_GetXIData() (gh-133101)

This is the base for several other XIData wrappers, like pickle and marshal. It is essentially a refactor of the existing bytes XIData code.
Include/internal/pycore_crossinterp.h
Python/crossinterp.c
Python/crossinterp_data_lookup.h