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 pablogsal
Recipients corona10, eric.snow, felixonmars, pablogsal, xtreak, yan12125
Date 2020-10-11.19:19:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602443984.4.0.47570155913.issue41971@roundup.psfhosted.org>
In-reply-to
Content
Seems that the problem is that this check:

https://github.com/python/cpython/blob/master/Tools/c-analyzer/c_analyzer/common/files.py#L90

is done using a default value for "get_files":

https://github.com/python/cpython/blob/master/Tools/c-analyzer/c_analyzer/common/files.py#L63

But the import from source creates a new function for os.walk and therefore the comparison fails.
History
Date User Action Args
2020-10-11 19:19:44pablogsalsetrecipients: + pablogsal, eric.snow, felixonmars, yan12125, corona10, xtreak
2020-10-11 19:19:44pablogsalsetmessageid: <1602443984.4.0.47570155913.issue41971@roundup.psfhosted.org>
2020-10-11 19:19:44pablogsallinkissue41971 messages
2020-10-11 19:19:44pablogsalcreate