◐ Shell
clean mode source ↗

[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (#265) by Mariatta · Pull Request #268 · python/cpython

(cherry picked from commit abb3b8a)

@ilevkivskyi @Mariatta

akruis added 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 added 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 added a commit to akruis/cpython that referenced this pull request

Jul 7, 2021
Enable unpickling code objects pickled by previous Stackless versions.

akruis added a commit to akruis/cpython that referenced this pull request

Jul 7, 2021
Update the documentation.

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 added 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