aboutsummaryrefslogtreecommitdiff
blob: 05717f200c0714dc0d387157d7c42ccb36a78b44 (plain)
1
2
3
4
5
This option enables the caching of small integer objects (similar to what
CPython does). The range of which integers are cached can be influenced with
the :config:`objspace.std.prebuiltintfrom` and
:config:`objspace.std.prebuiltintto` options.