]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Jul 2021 13:48:01 +0000 (06:48 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 13:48:01 +0000 (15:48 +0200)
commit56122b0bba7a9e2e3ec672a6c22bfdd7ecf08cbe
tree454a748194c2d0f7b60d66362589e28c0ca2ce51
parent0cb470e622ba37920c72e4d8f284741b9fbaea8b
bpo-44761: Change default value of NewType __module__ attr (GH-27406) (GH-27477)

(cherry picked from commit 7b975f81e4dba70a42c6279539a7fcfe4211b4c0)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Lib/test/test_typing.py
Lib/typing.py