summaryrefslogtreecommitdiffstats
path: root/Python/getargs.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2019-12-17 12:02:18 (GMT)
committerGitHub <noreply@github.com>2019-12-17 12:02:18 (GMT)
commit630c8df5cf126594f8c1c4579c1888ca80a29d59 (patch)
tree7114d3190806b8b23b23211c0fdc8e0c507ff0c1 /Python/getargs.c
parentf501db2b93a9d3d840b6fb38d6bdda8bcc400d4a (diff)
downloadcpython-630c8df5cf126594f8c1c4579c1888ca80a29d59.zip
cpython-630c8df5cf126594f8c1c4579c1888ca80a29d59.tar.gz
cpython-630c8df5cf126594f8c1c4579c1888ca80a29d59.tar.bz2
bpo-38858: Small integer per interpreter (GH-17315)
Each Python subinterpreter now has its own "small integer singletons": numbers in [-5; 257] range. It is no longer possible to change the number of small integers at build time by overriding NSMALLNEGINTS and NSMALLPOSINTS macros: macros should now be modified manually in pycore_pystate.h header file. For now, continue to share _PyLong_Zero and _PyLong_One singletons between all subinterpreters.
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions