]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-105840: Fix assertion failures when specializing calls with too many __defaults__...
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 16 Jun 2023 18:01:15 +0000 (11:01 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 18:01:15 +0000 (11:01 -0700)
commit2beab5bdef5fa2a00a59371e6137f769586b7404
tree8c515dfdb7f35a539fc179cbfb1002dbda8d3ee6
parentb356a4749acb3e6f8c50e8abeb7b2d2b267738d7
GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105847)
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core and Builtins/2023-06-15-22-11-43.gh-issue-105840.Fum_g_.rst [new file with mode: 0644]
Python/specialize.c