mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-96628: remove deprecated and ignored arg of sysconfig.is_python_build() (GH-96629)
This commit is contained in:
parent
05692c67c5
commit
147eb723b2
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class install(Command):
|
|||
self.config_vars['userbase'] = self.install_userbase
|
||||
self.config_vars['usersite'] = self.install_usersite
|
||||
|
||||
if sysconfig.is_python_build(True):
|
||||
if sysconfig.is_python_build():
|
||||
self.config_vars['srcdir'] = sysconfig.get_config_var('srcdir')
|
||||
|
||||
self.expand_basedirs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue