Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (#265) #268

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

Merged
merged 2 commits into from
Feb 25, 2017

Conversation

Mariatta
Copy link
Member

@Mariatta Mariatta commented Feb 24, 2017

(cherry picked from commit abb3b8a)
(cherry picked from commit 365cb5b)

@Mariatta Mariatta merged commit bea9d2f into python:3.6 Feb 25, 2017
@Mariatta Mariatta deleted the bpo-28556-3.6 branch February 25, 2017 00:40
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 12, 2021
Pickled code objects now contain importlib.util.MAGIC_NUMBER. Unpickling
code objects pickled with an incompatible version of Python now raises a
ValueError exception.
akruis pushed a commit to akruis/cpython that referenced this pull request Jul 2, 2021
Unpickling code objects pickled with an incompatible version of Python
now creates a RuntimeWarning. The resulting code object starts with an
invalid opcode and renders unpickled frames invalid. Unpickling a
function whose code is invalid causes a RuntimeWarning too.
akruis pushed a commit to akruis/cpython that referenced this pull request Jul 7, 2021
Enable unpickling code objects pickled by previous Stackless versions.
akruis pushed a commit to akruis/cpython that referenced this pull request Jul 7, 2021
akruis added a commit to akruis/cpython that referenced this pull request Jul 9, 2021
Pickled code objects now contain importlib.util.MAGIC_NUMBER.
Unpickling code objects pickled with an incompatible version of Python
now creates a RuntimeWarning. The resulting code object starts with an
invalid opcode and renders unpickled frames invalid. Unpickling a
function whose code is invalid causes a RuntimeWarning too.
akruis pushed a commit to akruis/cpython that referenced this pull request Jul 9, 2021
Fix a ref leak in an error handling code path introduced by commit
1c04e79.
jaraco pushed a commit that referenced this pull request Dec 2, 2022
jaraco added a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
jaraco added a commit to jaraco/cpython that referenced this pull request Feb 17, 2023
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