[issue40275] test.support has way too many imports

2020-09-04 Thread STINNER Victor
STINNER Victor added the comment: Sadly, the work done on this issue is useless until test.regrtest imports less modules as well. So I created bpo-41718 follow-up issue: "test.regrtest has way too many imports". I consider that the work is done on test.support, so I close this issue.

[issue40275] test.support has way too many imports

2020-08-13 Thread hai shi
hai shi added the comment: oh, sorry, missing a word: I suggest this bpo.->I suggest close this bpo. -- ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-13 Thread hai shi
hai shi added the comment: If someone wants to continue the effort in libregrtest, I suggest to open a new issue. +1. And if there have any other test cases blocked by test.support, I suggest this bpo. -- ___ Python tracker

[issue40275] test.support has way too many imports

2020-08-13 Thread STINNER Victor
STINNER Victor added the comment: > About https://bugs.python.org/issue40275#msg369214, shall we continue to > improve the libregretest? If someone wants to continue the effort in libregrtest, I suggest to open a new issue. This one already has a long list of commits and messages about

[issue40275] test.support has way too many imports

2020-08-12 Thread hai shi
hai shi added the comment: Hi, victor: About https://bugs.python.org/issue40275#msg369214, shall we continue to improve the libregretest? 1. Running test cases sequential: you have use a mechanism to unload the modules which load in the running test cases stage:

[issue40275] test.support has way too many imports

2020-08-10 Thread STINNER Victor
STINNER Victor added the comment: Update. "import test.support" now imports 37 modules, instead of 171 previously. It's way better! 23:26:20 vstinner@apu$ ./python Python 3.10.0a0 (heads/master:598a951844, Aug 7 2020, 17:24:10) [GCC 10.2.1 20200723 (Red Hat 10.2.1-1)] on linux Type

[issue40275] test.support has way too many imports

2020-08-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 490c5426b1b23831d83d0c6b269858fb98450889 by Hai Shi in branch 'master': bpo-40275: Fix failed test cases by using test helpers (GH-21811) https://github.com/python/cpython/commit/490c5426b1b23831d83d0c6b269858fb98450889 --

[issue40275] test.support has way too many imports

2020-08-10 Thread hai shi
Change by hai shi : -- pull_requests: +20944 pull_request: https://github.com/python/cpython/pull/21811 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-10 Thread hai shi
hai shi added the comment: > Hai Shi: Would you mind to investigate this issue? Oh, sure, I will check the test cases again. -- ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-08-10 Thread STINNER Victor
STINNER Victor added the comment: test__osx_support and test_selectors are broken, examples: https://github.com/python/cpython/pull/21806/checks?check_run_id=966438645 2020-08-10T12:04:20.7613070Z ==

[issue40275] test.support has way too many imports

2020-08-09 Thread hai shi
hai shi added the comment: # Confusing, especially now that PR #s are catching up to issue #s. Maybe we need redefine the matching rule(I am not sure about it). -- versions: +Python 3.10 -Python 3.9 ___ Python tracker

[issue40275] test.support has way too many imports

2020-08-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: The buildbots were fixed with PR-21785. '#' prefixes an issue on bpo, a PR on github. Confusing, especially now that PR #s are catching up to issue #s. -- ___ Python tracker

[issue40275] test.support has way too many imports

2020-08-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Sorry, I forgot that for the website, 3.x means 3.8, which has only 1 x_helper module. 3.9 has 3 and 3.10 has 7. -- ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-08-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: >> This PR has broken a considerable amount of build bots, so we would need to >> revert it if is not fixed in 24 hours Whops, sorry I just saw that this is being fixed here #21785, apologies then! -- ___

[issue40275] test.support has way too many imports

2020-08-08 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: PR21771 has broken a considerable amount of buildbopts so we would need to revert it if is not fixed in 24 hours -- nosy: +pablogsal ___ Python tracker

[issue40275] test.support has way too many imports

2020-08-08 Thread hai shi
hai shi added the comment: Hi, terry. When creating the new test helpers, the docs have been updated. such as: https://docs.python.org/3.10/library/test.html#module-test.support.os_helper -- ___ Python tracker

[issue40275] test.support has way too many imports

2020-08-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: PR-21771 "Remove test helpers aliases in test.support" was just merged. It needs an immediate followup to document the new locations of constants and functions. The now dead entries in test.suppport doc must be moved into new support module docs, with

[issue40275] test.support has way too many imports

2020-08-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset c6f282f3b1cb6da6febc3b8b6d2dc1ef714dbbf7 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21785) https://github.com/python/cpython/commit/c6f282f3b1cb6da6febc3b8b6d2dc1ef714dbbf7 --

[issue40275] test.support has way too many imports

2020-08-08 Thread hai shi
Change by hai shi : -- pull_requests: +20927 pull_request: https://github.com/python/cpython/pull/21785 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b by Hai Shi in branch 'master': bpo-40275: Remove test helpers aliases in test.support (GH-21771) https://github.com/python/cpython/commit/d94af3f7ed98e6bfb4bf5f918f464b5e23d3ed1b --

[issue40275] test.support has way too many imports

2020-08-07 Thread hai shi
Change by hai shi : -- pull_requests: +20922 pull_request: https://github.com/python/cpython/pull/21771 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset fcce8c649a14f7a81fae82f9f203bb5b5ee0c205 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21772) https://github.com/python/cpython/commit/fcce8c649a14f7a81fae82f9f203bb5b5ee0c205 --

[issue40275] test.support has way too many imports

2020-08-07 Thread hai shi
Change by hai shi : -- pull_requests: +20917 pull_request: https://github.com/python/cpython/pull/21772 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-07 Thread STINNER Victor
STINNER Victor added the comment: New changeset 598a951844122678de2596dbc1e0e09e2be65fd2 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21764) https://github.com/python/cpython/commit/598a951844122678de2596dbc1e0e09e2be65fd2 --

[issue40275] test.support has way too many imports

2020-08-07 Thread hai shi
Change by hai shi : -- pull_requests: +20908 pull_request: https://github.com/python/cpython/pull/21764 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 79bb2c93f2d81702fdf1f93720369e18a76b7d1a by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21743) https://github.com/python/cpython/commit/79bb2c93f2d81702fdf1f93720369e18a76b7d1a --

[issue40275] test.support has way too many imports

2020-08-06 Thread hai shi
Change by hai shi : -- pull_requests: +20895 pull_request: https://github.com/python/cpython/pull/21743 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset c7decc27d529c04a4e6b2922e3f3f9419b920f63 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21727) https://github.com/python/cpython/commit/c7decc27d529c04a4e6b2922e3f3f9419b920f63 --

[issue40275] test.support has way too many imports

2020-08-04 Thread STINNER Victor
STINNER Victor added the comment: New changeset 604bba1f8fe32479c89b9824b2231cc4480dd110 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21452) https://github.com/python/cpython/commit/604bba1f8fe32479c89b9824b2231cc4480dd110 --

[issue40275] test.support has way too many imports

2020-08-03 Thread hai shi
Change by hai shi : -- pull_requests: +20870 pull_request: https://github.com/python/cpython/pull/21727 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4660597b51b3d14ce6269d0ed865ab7e22c6ae1f by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21448) https://github.com/python/cpython/commit/4660597b51b3d14ce6269d0ed865ab7e22c6ae1f --

[issue40275] test.support has way too many imports

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset bb0424b122e3d222a558bd4177ce37befd3e0347 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21451) https://github.com/python/cpython/commit/bb0424b122e3d222a558bd4177ce37befd3e0347 --

[issue40275] test.support has way too many imports

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: New changeset a7f5d93bb6906d0f999248b47295d3a59b130f4d by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21449) https://github.com/python/cpython/commit/a7f5d93bb6906d0f999248b47295d3a59b130f4d --

[issue40275] test.support has way too many imports

2020-07-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: -serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40275] test.support has way too many imports

2020-07-12 Thread Vinay Sajip
Change by Vinay Sajip : -- nosy: -vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40275] test.support has way too many imports

2020-07-12 Thread hai shi
Change by hai shi : -- pull_requests: +20600 pull_request: https://github.com/python/cpython/pull/21452 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-12 Thread hai shi
Change by hai shi : -- pull_requests: +20599 pull_request: https://github.com/python/cpython/pull/21451 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-12 Thread hai shi
Change by hai shi : -- pull_requests: +20598 pull_request: https://github.com/python/cpython/pull/21450 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-12 Thread hai shi
Change by hai shi : -- pull_requests: +20597 pull_request: https://github.com/python/cpython/pull/21449 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-12 Thread hai shi
Change by hai shi : -- pull_requests: +20596 pull_request: https://github.com/python/cpython/pull/21448 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-09 Thread STINNER Victor
STINNER Victor added the comment: New changeset 96a6a6d42be272a27562d98549bbffc0d1854669 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21412) https://github.com/python/cpython/commit/96a6a6d42be272a27562d98549bbffc0d1854669 --

[issue40275] test.support has way too many imports

2020-07-09 Thread hai shi
Change by hai shi : -- pull_requests: +20561 pull_request: https://github.com/python/cpython/pull/21412 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset deb016224cc506503fb05e821a60158c83918ed4 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21317) https://github.com/python/cpython/commit/deb016224cc506503fb05e821a60158c83918ed4 --

[issue40275] test.support has way too many imports

2020-07-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset a089d21df1ea502b995d8e8a3bcc937cce030802 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21315) https://github.com/python/cpython/commit/a089d21df1ea502b995d8e8a3bcc937cce030802 --

[issue40275] test.support has way too many imports

2020-07-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 883bc638335a57a6e6a6344c2fc132c4f9a0ec42 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21314) https://github.com/python/cpython/commit/883bc638335a57a6e6a6344c2fc132c4f9a0ec42 --

[issue40275] test.support has way too many imports

2020-07-04 Thread hai shi
Change by hai shi : -- pull_requests: +20470 pull_request: https://github.com/python/cpython/pull/21317 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-04 Thread hai shi
Change by hai shi : -- pull_requests: +20467 pull_request: https://github.com/python/cpython/pull/21315 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-07-04 Thread hai shi
Change by hai shi : -- pull_requests: +20466 pull_request: https://github.com/python/cpython/pull/21314 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0c4f0f3b29d84063700217dcf90ad6860ed71c70 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21169) https://github.com/python/cpython/commit/0c4f0f3b29d84063700217dcf90ad6860ed71c70 --

[issue40275] test.support has way too many imports

2020-06-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3ddc634cd5469550c0c2dc5a6051a70739995699 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21219) https://github.com/python/cpython/commit/3ddc634cd5469550c0c2dc5a6051a70739995699 --

[issue40275] test.support has way too many imports

2020-06-29 Thread hai shi
Change by hai shi : -- pull_requests: +20371 pull_request: https://github.com/python/cpython/pull/21219 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-26 Thread hai shi
Change by hai shi : -- pull_requests: +20328 pull_request: https://github.com/python/cpython/pull/21169 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-26 Thread hai shi
Change by hai shi : -- pull_requests: +20325 pull_request: https://github.com/python/cpython/pull/21167 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset 847f94f47b104aec678d1d2a2d8fe23d817f375e by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-21151) https://github.com/python/cpython/commit/847f94f47b104aec678d1d2a2d8fe23d817f375e --

[issue40275] test.support has way too many imports

2020-06-25 Thread hai shi
Change by hai shi : -- pull_requests: +20310 pull_request: https://github.com/python/cpython/pull/21151 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset 06a40d735939fd7d5cb77a68a6e18299b6484fa5 by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-20824) https://github.com/python/cpython/commit/06a40d735939fd7d5cb77a68a6e18299b6484fa5 --

[issue40275] test.support has way too many imports

2020-06-25 Thread STINNER Victor
STINNER Victor added the comment: New changeset f7ba40b505989495c3585ed782070bdae56330ad by Hai Shi in branch 'master': bpo-40275: Use new test.support helper submodules in tests (GH-20849) https://github.com/python/cpython/commit/f7ba40b505989495c3585ed782070bdae56330ad --

[issue40275] test.support has way too many imports

2020-06-17 Thread hai shi
Change by hai shi : -- pull_requests: +20135 pull_request: https://github.com/python/cpython/pull/20957 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-17 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-41006: "Reduce number of modules imported by runpy". -- ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-12 Thread hai shi
Change by hai shi : -- pull_requests: +20042 pull_request: https://github.com/python/cpython/pull/20849 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-11 Thread hai shi
Change by hai shi : -- pull_requests: +20019 pull_request: https://github.com/python/cpython/pull/20824 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 30abcd8ab648dbf1803e36a8ba5d93fa019b by Victor Stinner in branch 'master': bpo-40275: Move TransientResource to test_urllib2net (GH-20812) https://github.com/python/cpython/commit/30abcd8ab648dbf1803e36a8ba5d93fa019b --

[issue40275] test.support has way too many imports

2020-06-11 Thread hai shi
hai shi added the comment: I propose to start updating tests to use directly support.import_helper and support.os_helper. Hai: do you want to work on that? Maybe start by focusing on import_helper (but if you modify a test, check for also symbols imported from os_helper). > of course, I

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I propose to start updating tests to use directly support.import_helper and support.os_helper. Hai: do you want to work on that? Maybe start by focusing on import_helper (but if you modify a test, check for also symbols imported from os_helper). When you

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: I'm no longer sure that it's worth it to create support.process_helper. I only see these functions which would be untroversial for process_helper: * wait_process() * reap_children() * args_from_interpreter_flags() * optim_args_from_interpreter_flags()

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset 10e6506aa8261aacc89b49e629ae1c927fa5151c by Hai Shi in branch 'master': bpo-40275: Add warnings_helper submodule in test.support (GH-20797) https://github.com/python/cpython/commit/10e6506aa8261aacc89b49e629ae1c927fa5151c --

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20009 pull_request: https://github.com/python/cpython/pull/20812 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
STINNER Victor added the comment: New changeset bdfe9b633a171522bc6cdb7c8aa1215cbd119b59 by Victor Stinner in branch 'master': bpo-40275: test.supports imports lazily fnmatch, glob, struct (GH-20810) https://github.com/python/cpython/commit/bdfe9b633a171522bc6cdb7c8aa1215cbd119b59

[issue40275] test.support has way too many imports

2020-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +20007 pull_request: https://github.com/python/cpython/pull/20810 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-06-10 Thread hai shi
Change by hai shi : -- pull_requests: +19993 pull_request: https://github.com/python/cpython/pull/20797 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7f888c7ef905842bf7739cc03bd20398329951b5 by Hai Shi in branch 'master': bpo-40275: Add import_helper submodule in test.support (GH-20794) https://github.com/python/cpython/commit/7f888c7ef905842bf7739cc03bd20398329951b5 --

[issue40275] test.support has way too many imports

2020-06-10 Thread hai shi
Change by hai shi : -- pull_requests: +19990 pull_request: https://github.com/python/cpython/pull/20794 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0d00b2a5d74390da7bbeff7dfa73abf2eb46124a by Hai Shi in branch 'master': bpo-40275: Add os_helper submodule in test.support (GH-20765) https://github.com/python/cpython/commit/0d00b2a5d74390da7bbeff7dfa73abf2eb46124a --

[issue40275] test.support has way too many imports

2020-06-09 Thread hai shi
Change by hai shi : -- pull_requests: +19964 pull_request: https://github.com/python/cpython/pull/20765 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-08 Thread hai shi
Change by hai shi : -- pull_requests: +19941 pull_request: https://github.com/python/cpython/pull/20732 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-06 Thread hai shi
Change by hai shi : -- pull_requests: +19903 pull_request: https://github.com/python/cpython/pull/20689 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-06-04 Thread hai shi
Change by hai shi : -- pull_requests: +19850 pull_request: https://github.com/python/cpython/pull/20625 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 753643205a28531fd43ef36b40b86282ae6956a7 by Victor Stinner in branch 'master': bpo-40275: Fix test.support.threading_helper (GH-20488) https://github.com/python/cpython/commit/753643205a28531fd43ef36b40b86282ae6956a7 --

[issue40275] test.support has way too many imports

2020-05-28 Thread STINNER Victor
STINNER Victor added the comment: New changeset 24bddc1b3b58f6899b2d412e51b37f68536e4fe2 by Hai Shi in branch 'master': bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) https://github.com/python/cpython/commit/24bddc1b3b58f6899b2d412e51b37f68536e4fe2 --

[issue40275] test.support has way too many imports

2020-05-28 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +19737 pull_request: https://github.com/python/cpython/pull/20488 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-05-28 Thread hai shi
Change by hai shi : -- pull_requests: +19731 pull_request: https://github.com/python/cpython/pull/20482 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-27 Thread hai shi
Change by hai shi : -- pull_requests: +19728 pull_request: https://github.com/python/cpython/pull/20479 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-40799: Create Lib/_pydecimal.py file to optimize "import datetime" when _decimal is available. -- ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset aa890630bc877c73ec806c9982d8b7b2e7019723 by Victor Stinner in branch 'master': bpo-40275: test.support imports subprocess lazily (GH-20471) https://github.com/python/cpython/commit/aa890630bc877c73ec806c9982d8b7b2e7019723 --

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
STINNER Victor added the comment: Attached count_imports.py script counts how many modules are imported by "import test.support". With PR 20471, we are down to 74 modules. It's way better than 171 (when I created this issue)! -- Added file:

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +19723 pull_request: https://github.com/python/cpython/pull/20471 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset b0461e19b5ecb2d89917b23efb5ce1048fab1b22 by Victor Stinner in branch 'master': bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468) https://github.com/python/cpython/commit/b0461e19b5ecb2d89917b23efb5ce1048fab1b22

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +19720 pull_request: https://github.com/python/cpython/pull/20468 ___ Python tracker ___

[issue40275] test.support has way too many imports

2020-05-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset e80697d687b610bd7fb9104af905dec8f0bc55a7 by Hai Shi in branch 'master': bpo-40275: Adding threading_helper submodule in test.support (GH-20263) https://github.com/python/cpython/commit/e80697d687b610bd7fb9104af905dec8f0bc55a7 --

[issue40275] test.support has way too many imports

2020-05-27 Thread hai shi
Change by hai shi : -- pull_requests: +19712 pull_request: https://github.com/python/cpython/pull/20459 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-20 Thread hai shi
Change by hai shi : -- pull_requests: +19549 pull_request: https://github.com/python/cpython/pull/20263 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-18 Thread hai shi
Change by hai shi : -- pull_requests: +19504 pull_request: https://github.com/python/cpython/pull/20207 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset a3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a by Hai Shi in branch 'master': bpo-40275: More lazy imports in test.support (GH-20131) https://github.com/python/cpython/commit/a3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a --

[issue40275] test.support has way too many imports

2020-05-18 Thread STINNER Victor
STINNER Victor added the comment: Serhiy: > I think that there is no much benefit in avoiding to import modules which are > imported in libregrtest. Well, we should also enhance libregrtest in this case :-) > You should minimize import of test.libregrtest + test.support, not just >

[issue40275] test.support has way too many imports

2020-05-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I think that there is no much benefit in avoiding to import modules which are imported in libregrtest. In particular threading, subprocess, tempdir, os, fnmatch, etc. You should minimize import of test.libregrtest + test.support, not just test.support.

[issue40275] test.support has way too many imports

2020-05-16 Thread hai shi
Change by hai shi : -- pull_requests: +19436 pull_request: https://github.com/python/cpython/pull/20131 ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-16 Thread miss-islington
miss-islington added the comment: New changeset 372fa3ead584876a975a61936b376259be636d27 by Hai Shi in branch 'master': bpo-40275: lazy import modules in test.support (GH-20128) https://github.com/python/cpython/commit/372fa3ead584876a975a61936b376259be636d27 -- nosy:

[issue40275] test.support has way too many imports

2020-05-16 Thread hai shi
hai shi added the comment: After PR20128, the import modules from 132 to 123. -- ___ Python tracker ___ ___ Python-bugs-list

[issue40275] test.support has way too many imports

2020-05-16 Thread hai shi
hai shi added the comment: OK, I continue to reduce the import module in test.supports. -- ___ Python tracker ___ ___

[issue40275] test.support has way too many imports

2020-05-16 Thread hai shi
Change by hai shi : -- pull_requests: +19433 pull_request: https://github.com/python/cpython/pull/20128 ___ Python tracker ___ ___

  1   2   >