bpo-29548: no longer use PyEval_Call* functions by jdemeyer · Pull Request #14683 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
methane merged 1 commit intopython:masterfrom
Jul 11, 2019Merged
bpo-29548: no longer use PyEval_Call* functions#14683
methane merged 1 commit intopython:masterfrom
bpo-29548: no longer use PyEval_Call* functions#14683
methane merged 1 commit intopython:masterfrom
Conversation
Copy link
Contributor
The PyEval_Call* functions should not be used anymore. This fixes the last few places where they are called within CPython.
CC @methane
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
zooba approved these changes Jul 11, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
zooba
added
the
skip news
label
Copy link
Member
zooba
commented
Jul 11, 2019
zooba commented
Jul 11, 2019LMK if you'd like me to merge, or if you want additional review from someone else.
methane
merged commit
1dbd084
into
python:master
bedevere-bot
removed
the
awaiting merge
label
jdemeyer
deleted the
no_pyeval_call
branch
lisroach pushed a commit to lisroach/cpython that referenced this pull request
Sep 10, 2019DinoV pushed a commit to DinoV/cpython that referenced this pull request
Jan 14, 2020
methane
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment