Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cherry-pick for 3.5] bpo-29521 update Misc/ACKS #111

Merged
merged 1 commit into from
Feb 15, 2017

Conversation

Mariatta
Copy link
Member

(cherry picked from commit 6420088)

(cherry picked from commit 6420088)
@vstinner vstinner merged commit de553b8 into python:3.5 Feb 15, 2017
@Mariatta Mariatta deleted the bpo-29521-acks-3.5 branch February 15, 2017 23:41
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
Restore the ABI function PyGen_New(). Previously Stackless named this function PyGenerator_New() and
used a macro the redefine PyGen_New as PyGenerator_New. Additionally I removed Stackless specific code
from PyGen_New(). Now Stackless uses a predefined frame of an exhausted generator to create new generators
during unpickling.

https://bitbucket.org/stackless-dev/stackless/issues/111
(grafted from 41e18aa4719f2a48bef350af817ad5314b9a0ae4)
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
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
…tacklesseval.c

The generator functions in stacklesseval.c used an incomplete copy of PyGenObject. Now they use PyGenObject directly.

https://bitbucket.org/stackless-dev/stackless/issues/111
(grafted from d9b92ad853297e83edc5a8310fd9016733a1ce6e)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants