Issue 25504: undefined name 'modules' in Tools/freeze/checkextensions_win32.py
Created on 2015-10-29 06:00 by jayvdb, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| checkextensions_win32.diff | jayvdb, 2015-10-29 06:00 | Fix undefined name | review | |
| Messages (2) | |||
|---|---|---|---|
| msg253656 - (view) | Author: John Mark Vandenberg (jayvdb) * | Date: 2015-10-29 06:00 | |
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. |
|||
| msg253715 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-10-30 04:11 | |
New changeset 31fd613a40aa by Benjamin Peterson in branch '2.7': fix usage of undefined name (#25504) https://hg.python.org/cpython/rev/31fd613a40aa New changeset 114fb81a08e3 by Benjamin Peterson in branch '3.4': fix usage of undefined name (#25504) https://hg.python.org/cpython/rev/114fb81a08e3 New changeset e6ab376f575e by Benjamin Peterson in branch '3.5': merge 3.4 (#25504) https://hg.python.org/cpython/rev/e6ab376f575e New changeset 2de616269f0e by Benjamin Peterson in branch 'default': merge 3.5 (#25504) https://hg.python.org/cpython/rev/2de616269f0e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:23 | admin | set | github: 69690 |
| 2015-10-30 04:11:49 | benjamin.peterson | set | status: open -> closed resolution: fixed |
| 2015-10-30 04:11:38 | python-dev | set | nosy:
+ python-dev messages: + msg253715 |
| 2015-10-29 06:00:38 | jayvdb | create | |
