bpo-29524: Add Objects/call.c file by vstinner · Pull Request #12 · python/cpython
* Move all functions to call objects in a new Objects/call.c file. * Rename fast_function() to _PyFunction_FastCallKeywords(). * Copy null_error() from Objects/abstract.c * Inline type_error() in call.c to not have to copy it, it was only called once. * Export _PyEval_EvalCodeWithName() since it is now called from call.c.
paulmon added a commit to paulmon/cpython that referenced this pull request
Jan 10, 2019isidentical referenced this pull request in isidentical/cpython
Jun 29, 2021
aisk
mentioned this pull request
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Oct 14, 2024This was referenced
Feb 11, 2025
Qanux
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