bpo-38858: Allocate small integers on the heap (GH-17301) · python/cpython@5dcc06f · GitHub
Skip to content

Commit 5dcc06f

Browse files
authored
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.
1 parent d672791 commit 5dcc06f

1 file changed

Lines changed: 19 additions & 36 deletions

File tree

Objects/longobject.c

Lines changed: 19 additions & 36 deletions

0 commit comments

Comments
 (0)