SIGN IN SIGN UP

gh-108388: regrtest splits test_asyncio package (#108393)

Currently, test_asyncio package is only splitted into sub-tests when
using command "./python -m test". With this change, it's also
splitted when passing it on the command line:
"./python -m test test_asyncio".

Remove the concept of "STDTESTS". Python is now mature enough to not
have to bother with that anymore. Removing STDTESTS simplify the
code.
V
Victor Stinner committed
174e9da0836844a2138cc8915dd305cb2cd7a583
Parent: 7a6cc3e
Committed by GitHub <noreply@github.com> on 8/24/2023, 2:44:58 AM