Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Commita25c02e

Browse files
authored
Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)" (#117676)
This reverts commit9a12f5d.I was wrong: the _PyObject_FastCall() function was removed. But wekept the _PyObject_FastCallDict() function.
1 parent6edde8a commita25c02e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎Doc/whatsnew/3.13.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,6 +2030,11 @@ Removed
20302030

20312031
(Contributed by Victor Stinner in:gh:`105182`.)
20322032

2033+
* Remove private ``_PyObject_FastCall()`` function:
2034+
use ``PyObject_Vectorcall()`` which is available since Python 3.8
2035+
(:pep:`590`).
2036+
(Contributed by Victor Stinner in:gh:`106023`.)
2037+
20332038
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
20342039
(Contributed by Victor Stinner in:gh:`106316`.)
20352040

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp