Skip to content

Commit 3953950

Browse files
committed
Add comments to help protect these interfaces from refactoring without consideration.
1 parent 6d7976c commit 3953950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distutils/sysconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def get_config_h_filename():
279279
return os.path.join(inc_dir, 'pyconfig.h')
280280

281281

282+
# Allow this value to be patched by pkgsrc. Ref pypa/distutils#16.
282283
_makefile_tmpl = 'config-{python_ver}{build_flags}{multiarch}'
283284

284285

0 commit comments

Comments
 (0)