Skip to content

Conversation

@brandtbucher
Copy link
Member

@brandtbucher brandtbucher commented Jan 3, 2022

GEN_START has been equivalent to POP_TOP for some time now.

https://bugs.python.org/issue46009

@markshannon
Copy link
Member

LGTM. Feel free to merge when you've updated the magic number and generated code.

@brandtbucher brandtbucher merged commit 31e43cb into python:main Jan 4, 2022
@brandtbucher brandtbucher deleted the gen-start branch July 21, 2022 19:53
facebook-github-bot pushed a commit to facebookincubator/cinderx that referenced this pull request Oct 21, 2024
Summary:
3.12 got rid of `GEN_START` in favor of just doing a `POP_TOP`. It also added a new prefix instruction `RETURN_GENERATOR` for the start of generators.

See also: python/cpython#30367

Reviewed By: alexmalyshev

Differential Revision: D64254995

fbshipit-source-id: 642fce49e53ab16d179fd19276b52b34f391ce60
facebook-github-bot pushed a commit to facebookincubator/cinderx that referenced this pull request Oct 23, 2024
Summary:
This brings back D64254995 unmodified.

3.12 got rid of `GEN_START` in favor of just doing a `POP_TOP`. It also added a new prefix instruction `RETURN_GENERATOR` for the start of generators.

See also: python/cpython#30367

Reviewed By: jbower-fb

Differential Revision: D64720557

fbshipit-source-id: 5bebe1643acc5a869cd93465f652d82292cf8de9
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