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.
V
Victor Stinner committed
5dcc06f6e0d7b5d6589085692b86c63e35e2325e
Parent: d672791
Committed by GitHub <noreply@github.com>
on 11/21/2019, 7:51:59 AM