This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jayvdb
Recipients jayvdb, mhammond
Date 2015-10-29.06:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446098438.41.0.333583396079.issue25504@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-10-29 06:00:38jayvdbsetrecipients: + jayvdb, mhammond
2015-10-29 06:00:38jayvdbsetmessageid: <1446098438.41.0.333583396079.issue25504@psf.upfronthosting.co.za>
2015-10-29 06:00:38jayvdblinkissue25504 messages
2015-10-29 06:00:38jayvdbcreate