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

bpo-28556: Fix regression that sneaked into recent typing updates #270

Merged
merged 1 commit into from
Feb 24, 2017

Conversation

ilevkivskyi
Copy link
Member

Unfortunately, recent update to typing module introduced a bug: ABC registry of a generic type gets completely wiped out on every subscription. This PR fixes the problem.

@ilevkivskyi
Copy link
Member Author

This needs to be backported to 3.5 and 3.6 after the corresponding cherry-pick PRs #268 and #269 are merged.

@Mariatta Mariatta merged commit 365cb5b into python:master Feb 24, 2017
Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Feb 24, 2017
Mariatta pushed a commit to Mariatta/cpython that referenced this pull request Feb 24, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 13, 2021
Stackless now uses an unmodified PyFrameObject structure. The field
PyFrameObject.f_executing now stores the information how to evaluate a
frame.

Additional consequences:
- all frame execution functions now take a "PyCFrameObject *" as first
  argument.
- Pickled frames no contain f_executing instead of the name of the
  execution function.
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 14, 2021
Consistent usage of SLP_FRAME_EXECUTING_VALUE
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 14, 2021
Cleanups and minor improvements. Fix _PyEval_EvalFrameDefault
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 14, 2021
akruis added a commit to akruis/cpython that referenced this pull request Jun 18, 2021
Stackless now uses an unmodified PyFrameObject structure. The field
PyFrameObject.f_executing now stores the information how to evaluate a
frame.

Additional consequences:
- all frame execution functions now take a "PyCFrameObject *" as first
  argument.
- Pickled frames no contain f_executing instead of the name of the
  execution function.
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 18, 2021
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 20, 2021
Fix test_sys.SizeofTest.test_objecttypes for frames. Stackless has now
again the same frame size as C-Python.
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 20, 2021
Integrate the C-function PyEval_EvalFrameEx_slp into into the C-function
slp_eval_frame_value and rename slp_eval_frame_value to
PyEval_EvalFrameEx_slp.

Adapt the gdb support library and document the change.
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 22, 2021
Back to PyEval_EvalFrameEx_slp and slp_eval_frame_value. But without
duplicated code.
Revert the gdb changes from the previous commit.
akruis added a commit to akruis/cpython that referenced this pull request Jun 22, 2021
Eliminate duplicated code in ceval.c to improve maintainability.
Update changelog.txt.
jaraco pushed a commit that referenced this pull request Dec 2, 2022
* Use GH to signify Github handle of the user instead of "@".

"@" usually doesn't give any information about what exactly the handle means
since we don't know it is a Github handle from the commit message.

Changing the pattern to be `GH:` similar to what we do for Pull Requests
with (GH-).

Fixes #270

* Handle removing GH:-style Automerge-Triggered-By

...when automerge label is removed by a core-dev.

Co-authored-by: Abhilash Raj <[email protected]>
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.

3 participants