[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 4af672921949b8a10340d5e29b456091060cedeb by Miss Skeleton (bot) in branch '3.9': bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652) (GH-22653)

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: -miss-islington resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 47ecfd8030c391779dd9d3b4b07e6b01a8392481 by Pablo Galindo in branch 'master': bpo-41971: Fix test failure in test.test_tools.test_c_analyzer when mutating global state (GH-22652)

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +21626 pull_request: https://github.com/python/cpython/pull/22653 ___ Python tracker

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +21625 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22652 ___ Python tracker

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: 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":

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Adding Eric Snow as this seems to be something going on on the c_analyzer -- nosy: +eric.snow ___ Python tracker ___

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Chih-Hsuan Yen
Chih-Hsuan Yen added the comment: Looks like those failures in test_tools happen only when test_check_c_globals is imported and a test in test_imp is run. ``` $ cat matchfile test.test_tools.* test.test_imp.ImportTests.test_load_from_source $ ./python -m test --matchfile matchfile

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-11 Thread Chih-Hsuan Yen
Change by Chih-Hsuan Yen : -- nosy: +yan12125 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-08 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-07 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: All our buildbots are running these test without any problem and I cannot reproduce this locally after a fresh install from the binaries in 3.9, so my guess is that there must be something going on on your end. ❯ ./installed_dir/bin/python3 -m test

[issue41971] multiple tests in test_tools fail since Python 3.9

2020-10-07 Thread Felix Yan
New submission from Felix Yan : I am packaging Python for Arch and the test suite of Python 3.8.6 passes here without these: == FAIL: test_multiple_roots