diff options
author | Victor Stinner <vstinner@python.org> | 2019-11-21 07:51:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 07:51:59 (GMT) |
commit | 5dcc06f6e0d7b5d6589085692b86c63e35e2325e (patch) | |
tree | f19e5bb09025417222152a0f3eb73d809273b1e6 /Lib/test | |
parent | d67279147ace3b63187e5d75a15c345264f39e85 (diff) | |
download | cpython-5dcc06f6e0d7b5d6589085692b86c63e35e2325e.zip cpython-5dcc06f6e0d7b5d6589085692b86c63e35e2325e.tar.gz cpython-5dcc06f6e0d7b5d6589085692b86c63e35e2325e.tar.bz2 |
bpo-38858: Allocate small integers on the heap (GH-17301)
Allocate small Python integers (small_ints of longobject.c) on the
heap, rather than using static objects.
Diffstat (limited to 'Lib/test')
0 files changed, 0 insertions, 0 deletions