[issue40521] [subinterpreters] Make free lists and unicode caches per-interpreter

junyixie report at bugs.python.org
Thu Mar 11 04:44:53 EST 2021


junyixie <xie.junyi at outlook.com> added the comment:

Should Make dtoa bigint free list per-interpreter.

static Bigint *bigint_freelist[Kmax+1]; -> _is { Bigint *bigint_freelist[Kmax+1]; }

----------
message_count: 43.0 -> 44.0
nosy: +JunyiXie
nosy_count: 5.0 -> 6.0
pull_requests: +23587
pull_request: https://github.com/python/cpython/pull/24821

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40521>
_______________________________________


More information about the Python-bugs-list mailing list