-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Open
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)
Description
Documentation
The description of Python/hamt.c
reads:
Lines 255 to 261 in c2428ca
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
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)
Projects
Status
Todo