PEP 509: typo, PY_UINT64_T (unsigned), not PY_INT64_T (signed)
This commit is contained in:
parent
ecd1712cd9
commit
a0e959b0b7
|
@ -221,7 +221,7 @@ change (39x as fast).
|
|||
Integer overflow
|
||||
================
|
||||
|
||||
The implementation uses the C unsigned integer type ``PY_INT64_T`` to
|
||||
The implementation uses the C unsigned integer type ``PY_UINT64_T`` to
|
||||
store the version, a 64 bits unsigned integer. The C code uses
|
||||
``version++``. On integer overflow, the version is wrapped to ``0`` (and
|
||||
then continue to be incremented) according to the C standard.
|
||||
|
|
Loading…
Reference in New Issue