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

Skip to content

Commit 7ed4f77

Browse files
authored
Merge pull request #21073 from meeseeksmachine/auto-backport-of-pr-21072-on-v3.5.x
Backport PR #21072 on branch v3.5.x (Use sysconfig directly instead of through distutils)
2 parents 2eae3a3 + 662b29e commit 7ed4f77

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)