bpo-29598 Add couple of unit tests for pdb module by archy-rock3t-cloud · Pull Request #218 · python/cpython

methane

methane

methane

@archy-rock3t-cloud

methane

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

Aug 4, 2019
…dded SLP

- Fix test_outside to reset cstack_base and cstack_root. Now the
simulation of a call from outside is complete.
- Add test_slp_embed to test embedding Stackless

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

Aug 4, 2019
…terpreter

The fix for Stackless issue 186 (support for sub-interpreters) broke
some typical use cases.

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

May 27, 2021
…dded SLP

- Fix test_outside to reset cstack_base and cstack_root. Now the
simulation of a call from outside is complete.
- Add test_slp_embed to test embedding Stackless. Currently it gets
skipped, because it requires a not yet available class.

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

May 27, 2021
…terpreter

The fix for Stackless issue 186 (support for sub-interpreters) broke
some typical use cases.

(cherry picked from commit 5b29b24)

jaraco pushed a commit that referenced this pull request

Dec 2, 2022