mirror of
https://github.com/python/cpython.git
synced 2026-06-05 19:14:37 -04:00
merge 3.5 (#25504)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user