diff options
author | Neil Schemenauer <nas-github@arctrix.com> | 2021-03-29 19:51:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 19:51:15 -0700 |
commit | 85b6b70589c187639aeebc560d67e9cc04abb4d8 (patch) | |
tree | d8142d0876fd549e4b25743f869676d7dfe95be7 /Lib/idlelib/idle_test/test_pyparse.py | |
parent | a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef (diff) | |
download | cpython-85b6b70589c187639aeebc560d67e9cc04abb4d8.tar.gz cpython-85b6b70589c187639aeebc560d67e9cc04abb4d8.zip |
bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)
The radix tree approach is a relatively simple and memory sanitary
alternative to the old (slightly) unsanitary address_in_range().
To disable the radix tree map, set a preprocessor flag as follows:
-DWITH_PYMALLOC_RADIX_TREE=0.
Co-authored-by: Tim Peters <tim.peters@gmail.com>
Diffstat (limited to 'Lib/idlelib/idle_test/test_pyparse.py')
0 files changed, 0 insertions, 0 deletions