mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
merge 3.4 (#25504)
This commit is contained in:
commit
adf8627f41
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ def get_extension_defn(moduleName, mapFileName, prefix):
|
||||||
|
|
||||||
for exc in exclude:
|
for exc in exclude:
|
||||||
if exc in module.sourceFiles:
|
if exc in module.sourceFiles:
|
||||||
modules.sourceFiles.remove(exc)
|
module.sourceFiles.remove(exc)
|
||||||
|
|
||||||
return module
|
return module
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue