bpo-38858: Allocate small integers on the heap by vstinner · Pull Request #17301 · python/cpython

@vstinner

Allocate small Python integers (small_ints of longobject.c) on the
heap, rather than using static objects.

pablogsal

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
Allocate small Python integers (small_ints of longobject.c) on the
heap, rather than using static objects.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
Allocate small Python integers (small_ints of longobject.c) on the
heap, rather than using static objects.