Skip to content

Commit 599454e

Browse files
[3.13] gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) (GH-137520)
gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) Switch from `_testcapi` to `_testinternalcapi`. (cherry picked from commit 7ab68cd) Co-authored-by: Bartosz Sławecki <[email protected]>
1 parent 8905f7a commit 599454e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/hamt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ Debug
256256
=====
257257
258258
The HAMT datatype is accessible for testing purposes under the
259-
`_testcapi` module:
259+
`_testinternalcapi` module:
260260
261-
>>> from _testcapi import hamt
261+
>>> from _testinternalcapi import hamt
262262
>>> h = hamt()
263263
>>> h2 = h.set('a', 2)
264264
>>> h3 = h2.set('b', 3)

0 commit comments

Comments
 (0)