bpo-29548: no longer use PyEval_Call* functions by jdemeyer · Pull Request #14683 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jdemeyer

Copy link

Contributor

@jdemeyer jdemeyer commented

Jul 10, 2019

edited by bedevere-bot

Loading

The PyEval_Call* functions should not be used anymore. This fixes the last few places where they are called within CPython.

CC @methane

https://bugs.python.org/issue29548

@zooba

Copy link

Member

zooba commented

Jul 11, 2019

LMK if you'd like me to merge, or if you want additional review from someone else.

@methane methane merged commit 1dbd084 into python:master

Jul 11, 2019

@jdemeyer jdemeyer deleted the no_pyeval_call branch

July 11, 2019 21:04

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@zooba zooba zooba approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@jdemeyer @zooba @methane @the-knights-who-say-ni @bedevere-bot