[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)
akruis added a commit to akruis/cpython that referenced this pull request
akruis added a commit to akruis/cpython that referenced this pull request
akruis added a commit to akruis/cpython that referenced this pull request
akruis added a commit to akruis/cpython that referenced this pull request
akruis added a commit to akruis/cpython that referenced this pull request
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
Fix a ref leak in an error handling code path introduced by commit 1c04e79.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters