◐ Shell
clean mode source ↗

bpo-29521 update Misc/ACKS by Mariatta · Pull Request #106 · python/cpython

@Mariatta

vstinner

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

Sep 9, 2017
…klet is alive

If you call tasklet.setup(*args, **kwargs) and the tasklet is already alive, Stackless now raises RuntimeError.
Previously the behaviour was undefined.
Additionally this change updates the documentation of tasklet.setup() and adds a test case.

https://bitbucket.org/stackless-dev/stackless/issues/106
(grafted from f25b5c2a3a90475f649c75333864e28dc8e50800)

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

Sep 9, 2017

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

Sep 9, 2017

colesbury referenced this pull request in colesbury/nogil

Oct 6, 2021

jaraco pushed a commit that referenced this pull request

Dec 2, 2022
Closes #105
(I'm a bot 🤖)

serhiy-storchaka added a commit that referenced this pull request

Jun 23, 2023
GH-106039)

* PyUnicode_CompareWithASCIIString() only works if the second argument
  is ASCII string.
* Refleak in get_suggestions_for_name_error.
* Add some missing error checks.

(cherry picked from commit c8c162e)

This was referenced

Feb 11, 2025