mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fixes distutils adding/expecting too many _d suffixes.
This commit is contained in:
parent
89fc3caedb
commit
09bd9ec9b3
2 changed files with 0 additions and 5 deletions
|
|
@ -20,8 +20,6 @@ from distutils.tests import support
|
|||
|
||||
|
||||
def _make_ext_name(modname):
|
||||
if os.name == 'nt' and sys.executable.endswith('_d.exe'):
|
||||
modname += '_d'
|
||||
return modname + sysconfig.get_config_var('EXT_SUFFIX')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue