mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-46565: del
loop vars that are leaking into module namespaces (GH-30993)
This commit is contained in:
parent
6394e981ad
commit
0cbdd21311
14 changed files with 21 additions and 8 deletions
|
@ -192,6 +192,7 @@ if _PYTHON_BUILD:
|
|||
scheme['headers'] = scheme['include']
|
||||
scheme['include'] = '{srcdir}/Include'
|
||||
scheme['platinclude'] = '{projectbase}/.'
|
||||
del scheme
|
||||
|
||||
|
||||
def _subst_vars(s, local_vars):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue