diff options
author | colorfulappl <colorfulappl@qq.com> | 2022-11-24 12:24:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 12:24:18 (GMT) |
commit | 69f6cc77d0f1664f983a83b6ae707d99a99f5c4f (patch) | |
tree | 4efabca7535e491a1e43901ab255b8cd1c65beec /Misc | |
parent | ae185fdcca9d48aef425468de8a8a31300280932 (diff) | |
download | cpython-69f6cc77d0f1664f983a83b6ae707d99a99f5c4f.zip cpython-69f6cc77d0f1664f983a83b6ae707d99a99f5c4f.tar.gz cpython-69f6cc77d0f1664f983a83b6ae707d99a99f5c4f.tar.bz2 |
gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (#99233)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-08-11-18-51.gh-issue-64490.VcBgrN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-08-11-18-51.gh-issue-64490.VcBgrN.rst b/Misc/NEWS.d/next/Library/2022-11-08-11-18-51.gh-issue-64490.VcBgrN.rst new file mode 100644 index 0000000..f98c181 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-08-11-18-51.gh-issue-64490.VcBgrN.rst @@ -0,0 +1 @@ +Fix refcount error when arguments are packed to tuple in Argument Clinic. |