Skip to content

Commit 3be0761

Browse files
Import inspect in test.support
It is not imported at module level in 3.13.
1 parent 8f3d0fb commit 3be0761

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import contextlib
77
import dataclasses
88
import functools
9+
import inspect
910
import logging
1011
import _opcode
1112
import os

0 commit comments

Comments
 (0)