◐ Shell
clean mode source ↗

bpo-37151: use PyVectorcall_Call for all calls of "method" by jdemeyer · Pull Request #13972 · 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

@jdemeyer jdemeyer commented

Jun 11, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

There is no reason to have a specific implementation of tp_call (which won't be used anyway). Just use tp_call=PyVectorcall_Call.

https://bugs.python.org/issue37151

@mangrisano

Copy link Copy Markdown

Contributor

/cc @vstinner

@methane methane merged commit c78fe32 into python:master

Jun 18, 2019

@jdemeyer jdemeyer deleted the method_tp_call branch

June 18, 2019 08:59

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

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