mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-132909: handle overflow for 'K' format in do_mkvalue (#132911)
This commit is contained in:
parent
de6482eda3
commit
3fa024dec3
3 changed files with 6 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Fix an overflow when handling the :ref:`K <capi-py-buildvalue-format-K>` format
|
||||
in :c:func:`Py_BuildValue`. Patch by Bénédikt Tran.
|
||||
Loading…
Add table
Add a link
Reference in a new issue