bpo-38858: Allocate small integers on the heap by vstinner · Pull Request #17301 · python/cpython
Allocate small Python integers (small_ints of longobject.c) on the heap, rather than using static objects.
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request
Dec 5, 2019shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
Jan 31, 2020This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters