Skip to content

Commit 2cf16e6

Browse files
committed
Remove a branch that always false
1 parent 700ffee commit 2cf16e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Lib/sysconfig/__main__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ def _print_config_dict(d, stream):
161161

162162

163163
def _get_pybuilddir():
164-
pybuilddir = f'build/lib.{get_platform()}-{get_python_version()}'
165-
if get_config_var('Py_DEBUG'):
166-
pybuilddir += '-pydebug'
167-
return pybuilddir
164+
return f'build/lib.{get_platform()}-{get_python_version()}'
168165

169166

170167
def _get_json_data_name():

0 commit comments

Comments
 (0)