summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2021-10-20 15:08:28 (GMT)
committerGitHub <noreply@github.com>2021-10-20 15:08:28 (GMT)
commit8863a0fcc5f04ab7c3428e713917831f9b1deb18 (patch)
tree767ba3053bb4093e6557a01ddb82cf3104dc702e /Misc/NEWS.d
parent8d6740f489fca67a44de165d29d9e0ad86285779 (diff)
downloadcpython-8863a0fcc5f04ab7c3428e713917831f9b1deb18.zip
cpython-8863a0fcc5f04ab7c3428e713917831f9b1deb18.tar.gz
cpython-8863a0fcc5f04ab7c3428e713917831f9b1deb18.tar.bz2
bpo-44525: Specialize simple Python calls. (GH-29033)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-10-20-11-57-31.bpo-44525.veL4lJ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-10-20-11-57-31.bpo-44525.veL4lJ.rst b/Misc/NEWS.d/next/Core and Builtins/2021-10-20-11-57-31.bpo-44525.veL4lJ.rst
new file mode 100644
index 0000000..6ab1d05
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-10-20-11-57-31.bpo-44525.veL4lJ.rst
@@ -0,0 +1 @@
+Specialize simple calls to Python functions (no starargs, keyowrd dict, or closure)