mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +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
|
@ -669,6 +669,8 @@ Building values
|
|||
``L`` (:class:`int`) [long long]
|
||||
Convert a C :c:expr:`long long` to a Python integer object.
|
||||
|
||||
.. _capi-py-buildvalue-format-K:
|
||||
|
||||
``K`` (:class:`int`) [unsigned long long]
|
||||
Convert a C :c:expr:`unsigned long long` to a Python integer object.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue