bpo-29642: Load tests from implicit packages. by andreif · Pull Request #282 · python/cpython

@andreif

Implicit PEP-420-style packages (i.e. missing __init__.py) were omitted,
and this commit enables searching for tests in them.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 1, 2021
Decouple the cleanup logic for initial stubs of sub-interpreters from
the stack handling. Previously this logic depended on the value of
SLP_CSTACK_GOODGAP being positive.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 9, 2021
Decouple the cleanup logic for initial stubs of sub-interpreters from
the stack handling. Previously this logic depended on the value of
SLP_CSTACK_GOODGAP being positive.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022