Documentation
The description of Python/hamt.c reads:
| Debug |
| ===== |
| |
| The HAMT datatype is accessible for testing purposes under the |
| `_testcapi` module: |
| |
| >>> from _testcapi import hamt |
This is outdated, because since GH-108434 it has been no longer possible to import hamt from _testcapi; one has to use _testinternalcapi instead.
Linked PRs
Documentation
The description of
Python/hamt.creads:cpython/Python/hamt.c
Lines 255 to 261 in c2428ca
This is outdated, because since GH-108434 it has been no longer possible to import
hamtfrom_testcapi; one has to use_testinternalcapiinstead.Linked PRs