Skip to content

Commit c106b2d

Browse files
authored
Merge pull request #32525 from compnerd/cant-read-this
test: make `make-unreadable` Python 3 friendly
2 parents ee5abde + 240ae1b commit c106b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ModuleInterface/Inputs/make-unreadable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import ctypes
88
AdvAPI32 = ctypes.windll.Advapi32
99

10-
from ctypes.wintypes import POINTER
10+
from ctypes import POINTER
1111

1212
UNLEN = 256
1313

0 commit comments

Comments
 (0)