Skip to content

Python/hamt.c: Update import for debugging #137440

@bswck

Description

@bswck

Documentation

The description of Python/hamt.c reads:

cpython/Python/hamt.c

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

No one assigned

    Labels

    docsDocumentation in the Doc dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions