[issue46426] Improve tests for the dir_fd argument

2022-01-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue46426] Improve tests for the dir_fd argument

2022-01-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3f1ea163ea54513e00e0e9d5442fee1b639825cc by Serhiy Storchaka in branch '3.9': [3.9] bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30757) https://github.com/python/cpython/commit/3f1ea163ea54513e00e0e9d5442fee1b639825cc

[issue46426] Improve tests for the dir_fd argument

2022-01-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a1015c6478e8cbec2ecb984a3cba733783d168b5 by Miss Islington (bot) in branch '3.10': bpo-46426: Improve tests for the dir_fd argument (GH-30668) (GH-30739) https://github.com/python/cpython/commit/a1015c6478e8cbec2ecb984a3cba733783d168b5 -

[issue46426] Improve tests for the dir_fd argument

2022-01-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +28944 pull_request: https://github.com/python/cpython/pull/30757 ___ Python tracker ___

[issue46426] Improve tests for the dir_fd argument

2022-01-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 54610bb448a9cf5be77d53b66169fca4c11be6cb by Serhiy Storchaka in branch 'main': bpo-46426: Improve tests for the dir_fd argument (GH-30668) https://github.com/python/cpython/commit/54610bb448a9cf5be77d53b66169fca4c11be6cb --

[issue46426] Improve tests for the dir_fd argument

2022-01-20 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +28926 pull_request: https://github.com/python/cpython/pull/30739 ___ Python tracker _

[issue46426] Improve tests for the dir_fd argument

2022-01-18 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +28868 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30668 ___ Python tracker ___

[issue46426] Improve tests for the dir_fd argument

2022-01-18 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : There is a flaw in tests for the dir_fd argument in test_posix. All these tests open a current directory as dir_fd, so all paths are relative to the current directory. They will pass in case of the following errors: 1. dir_fd, src_dir_fd or dst_dir_fd ar