bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Use PyLong_FromLong(0) and PyLong_FromLong(1) of the public C API instead. For Python internals, _PyLong_GetZero() and _PyLong_GetOne() of pycore_long.h can be used.
V
Victor Stinner committed
c310185c081110741fae914c06c7aaf673ad3d0d
Parent: 0564aaf
Committed by GitHub <noreply@github.com>
on 10/27/2020, 8:34:33 PM