[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects by zhangyangyu · Pull Request #186 · python/cpython

zhangyangyu

Merged

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

Nov 19, 2018
…eters.

Previously creating a subinterpreter in one thread and using it in
another thread caused a crash. Now Stackless resets the thread state,
once all C-stacks have been executed.

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

Nov 22, 2018
…eters.

Make slp_register_execute() idempotent. It could be called more than once for
the same type.

jaraco pushed a commit that referenced this pull request

Dec 2, 2022