summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2023-06-16 18:01:15 (GMT)
committerGitHub <noreply@github.com>2023-06-16 18:01:15 (GMT)
commit2beab5bdef5fa2a00a59371e6137f769586b7404 (patch)
tree8c515dfdb7f35a539fc179cbfb1002dbda8d3ee6 /Misc
parentb356a4749acb3e6f8c50e8abeb7b2d2b267738d7 (diff)
downloadcpython-2beab5bdef5fa2a00a59371e6137f769586b7404.zip
cpython-2beab5bdef5fa2a00a59371e6137f769586b7404.tar.gz
cpython-2beab5bdef5fa2a00a59371e6137f769586b7404.tar.bz2
GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105847)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-06-15-22-11-43.gh-issue-105840.Fum_g_.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-06-15-22-11-43.gh-issue-105840.Fum_g_.rst b/Misc/NEWS.d/next/Core and Builtins/2023-06-15-22-11-43.gh-issue-105840.Fum_g_.rst
new file mode 100644
index 0000000..5225031
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-06-15-22-11-43.gh-issue-105840.Fum_g_.rst
@@ -0,0 +1,2 @@
+Fix possible crashes when specializing function calls with too many
+``__defaults__``.