10000 [3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482) by miss-islington · Pull Request #134418 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482) #134418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 21, 2025

Conversation

miss-islington
Copy link
Contributor
@miss-islington miss-islington commented May 21, 2025

It now supports a "full" fallback to _PyFunction_GetXIData() and then _PyPickle_GetXIData(). There's also room for other fallback modes if that later makes sense.
(cherry picked from commit 88f8102)

Co-authored-by: Eric Snow ericsnowcurrently@gmail.com

…-133482)

It now supports a "full" fallback to _PyFunction_GetXIData() and then `_PyPickle_GetXIData()`.  There's also room for other fallback modes if that later makes sense.
(cherry picked from commit 88f8102)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
@ericsnowcurrently ericsnowcurrently merged commit 2ffc10b into python:3.14 May 21, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0