commit | ba320ca320c2dad0bc0b167cd39bdfb93f6b632e | [log] [tgz] |
---|---|---|
author | Chris Wesseling <chris.wesseling@protonmail.com> | Mon Nov 29 04:10:51 2021 +0100 |
committer | GitHub <noreply@github.com> | Sun Nov 28 19:10:51 2021 -0800 |
tree | 0a712f7e88bd33841c6bee71f843e1b8091d74ae | |
parent | cae96085d3b2e887e0d68f133cb903c8fe3668ec [diff] |
Vendor typing._SpecialForm to fool typing._type_check (#966) Adds a local copy of _SpecialForm in our namespace, so typing._type_check won't raise TypeError. (#964) Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>