Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 662b29e

Browse files
dstansbymeeseeksmachine
authored andcommitted
Backport PR #21072: Use sysconfig directly instead of through distutils
1 parent 2eae3a3 commit 662b29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import configparser
2-
from distutils import sysconfig
32
import functools
43
import hashlib
54
from io import BytesIO
@@ -11,6 +10,7 @@
1110
import shutil
1211
import subprocess
1312
import sys
13+
import sysconfig
1414
import tarfile
1515
import textwrap
1616
import urllib.request

0 commit comments

Comments
 (0)