Skip to content

Commit 95ac3a5

Browse files
committed
Test update for newer python
1 parent 8cb6497 commit 95ac3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_prctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
so = '.so'
1616
try:
1717
import sysconfig
18-
so = sysconfig.get_config_var('SO')
18+
so = sysconfig.get_config_var('EXT_SUFFIX')
1919
except ImportError:
2020
pass
2121

0 commit comments

Comments
 (0)