[New-bugs-announce] [issue25504] undefined name 'modules' in Tools/freeze/checkextensions_win32.py

John Mark Vandenberg report at bugs.python.org
Thu Oct 29 02:00:38 EDT 2015


New submission from John Mark Vandenberg:

All versions of Tools/freeze/checkextensions_win32.py have had an error due to accessing 'modules.sourceFiles' instead of 'module.sourceFiles'.

https://hg.python.org/cpython/diff/8e9d5e5103f5/Tools/freeze/checkextensions_win32.py#l1.96

Presumably there is something which makes this block of code rather infrequently used.

----------
components: Demos and Tools
files: checkextensions_win32.diff
keywords: patch
messages: 253656
nosy: John.Mark.Vandenberg, mhammond
priority: normal
severity: normal
status: open
title: undefined name 'modules' in Tools/freeze/checkextensions_win32.py
type: crash
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40887/checkextensions_win32.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25504>
_______________________________________


More information about the New-bugs-announce mailing list