mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
fix usage of undefined name (#25504)
This commit is contained in:
parent
ea4cb63e68
commit
dcc13ef1e9
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ def get_extension_defn(moduleName, mapFileName, prefix):
|
|||
|
||||
for exc in exclude:
|
||||
if exc in module.sourceFiles:
|
||||
modules.sourceFiles.remove(exc)
|
||||
module.sourceFiles.remove(exc)
|
||||
|
||||
return module
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue