[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 2e9f77f9d4fc282666ff85051b6e7ade0eed1d4c by Miss Islington (bot) in branch '3.9': [3.9] bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) (GH-31048) https://github.com/python/cpython/commit/2e9f77f9d4fc282666ff85051b6e7ade0eed1d4

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
miss-islington added the comment: New changeset 1dcd77280410e4b3bd7b0680f00a38cea466ebd1 by Miss Islington (bot) in branch '3.10': bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) https://github.com/python/cpython/commit/1dcd77280410e4b3bd7b0680f00a38cea466ebd1 -- _

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +29229 pull_request: https://github.com/python/cpython/pull/31048 ___ Python tracker ___ __

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +29228 pull_request: https://github.com/python/cpython/pull/31047 ___ Python tracker _

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: New changeset 108e66b6d23efd0fc2966163ead9434b328c5f17 by Irit Katriel in branch 'main': bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) https://github.com/python/cpython/commit/108e66b6d23efd0fc2966163ead9434b328c5f17 -- ___

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: test_embed does not fail anymore. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- type: compile error -> behavior versions: +Python 3.10, Python 3.11 -Python 3.8 ___ Python tracker ___ _

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 4.0 -> 5.0 pull_requests: +29193 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31014 ___ Python tracker _

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2021-05-27 Thread STINNER Victor
STINNER Victor added the comment: Alexei S: "how we can fix this small problem in next releases of test_embed test_tabnanny? other tests didn't fail" Any for any bug, someone has to investigate why "test_embed and test_tabnanny fails if the current directory is non-ASCII", and then someone h

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2021-05-27 Thread Alexei S
Alexei S added the comment: how we can fix this small problem in next releases of test_embed test_tabnanny? other tests didn't fail -- ___ Python tracker ___ _

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2021-05-27 Thread Alexei S
Alexei S added the comment: yes! the problem was in folder caption! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2021-05-27 Thread Alexei S
Alexei S added the comment: the problem is caused by language?? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2021-05-26 Thread STINNER Victor
STINNER Victor added the comment: Ah, I can reproduce the issue if the Python directory contains Загрузки, like: /home/vstinner/Downloads/Загрузки/Python-3.9.5 -- title: python3.8.9, python3.9.2 test_embed test_tabnanny failed -> test_embed and test_tabnanny fails if the current direct