Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
bpo-29521 update Misc/ACKS#106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Oh strange, I was able to merge the two cherry-picked PR for 3.5 and 3.6 before this one. On a backport, I was able to click on a commit number6420088 which seems to be part of the master branch, but in fact it came from this pending PR. And when I found the PR, I saw a discussion with@JDLH. Sorry Jim, I had to merge this PR since I merged the two "cherry-picked" commits before :-) |
Thanks@Haypo 🎉 |
…klet is aliveIf 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)
I missed adding@JDLH into Misc/ACKS inGH-41 🙁
Sorry about that... Hope it's not too late.😸
Will cherry-pick into 3.5 and 3.6 🍒