[issue41040] Fix test_modulefinder

2020-06-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41040] Fix test_modulefinder

2020-06-19 Thread miss-islington
miss-islington added the comment: New changeset 75238869b546526ac9e18d6169f3dc87c7f94eef by Miss Islington (bot) in branch '3.9': bpo-41040: Fix test_modulefinder. (GH-20991) https://github.com/python/cpython/commit/75238869b546526ac9e18d6169f3dc87c7f94eef -- __

[issue41040] Fix test_modulefinder

2020-06-19 Thread miss-islington
miss-islington added the comment: New changeset 80651ab9e3f9d9a89e566a0b87a51b28720094f0 by Miss Islington (bot) in branch '3.8': bpo-41040: Fix test_modulefinder. (GH-20991) https://github.com/python/cpython/commit/80651ab9e3f9d9a89e566a0b87a51b28720094f0 -- __

[issue41040] Fix test_modulefinder

2020-06-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +20168 pull_request: https://github.com/python/cpython/pull/20993 ___ Python tracker ___ __

[issue41040] Fix test_modulefinder

2020-06-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +20167 pull_request: https://github.com/python/cpython/pull/20992 ___ Python tracker _

[issue41040] Fix test_modulefinder

2020-06-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a041e116db5f1e78222cbf2c22aae96457372680 by Serhiy Storchaka in branch 'master': bpo-41040: Fix test_modulefinder. (GH-20991) https://github.com/python/cpython/commit/a041e116db5f1e78222cbf2c22aae96457372680 -- _

[issue41040] Fix test_modulefinder

2020-06-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +20166 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20991 ___ Python tracker ___

[issue41040] Fix test_modulefinder

2020-06-19 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : There is a bug in test_modulefinder. The bytes string literal contains \u2090. 1. Since \u is not recognized escape sequence in bytes literals, compiling the file emits a deprecation warning: /home/serhiy/py/cpython/Lib/test/test_modulefinder.py:281: Dep