diff options
author | Eclips4 <80244920+Eclips4@users.noreply.github.com> | 2023-02-18 00:52:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-18 00:52:23 (GMT) |
commit | 89413bbccb9261b72190e275eefe4b0d49671477 (patch) | |
tree | 43e4557cfba22f33f12dd50e0f95fa4f8c8fdc08 /Misc/NEWS.d | |
parent | 7f1c72175600b21c1c840e8988cc6e6b4b244582 (diff) | |
download | cpython-89413bbccb9261b72190e275eefe4b0d49671477.zip cpython-89413bbccb9261b72190e275eefe4b0d49671477.tar.gz cpython-89413bbccb9261b72190e275eefe4b0d49671477.tar.bz2 |
gh-101967: add a missing error check (#101968)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-02-16-23-19-01.gh-issue-101967.Kqr1dz.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-02-16-23-19-01.gh-issue-101967.Kqr1dz.rst b/Misc/NEWS.d/next/Core and Builtins/2023-02-16-23-19-01.gh-issue-101967.Kqr1dz.rst new file mode 100644 index 0000000..6e681f9 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-02-16-23-19-01.gh-issue-101967.Kqr1dz.rst @@ -0,0 +1 @@ +Fix possible segfault in ``positional_only_passed_as_keyword`` function, when new list created. |