]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35879: Fix type comment leaks (GH-11728)
authorGuido van Rossum <guido@python.org>
Fri, 1 Feb 2019 23:28:13 +0000 (15:28 -0800)
committerGitHub <noreply@github.com>
Fri, 1 Feb 2019 23:28:13 +0000 (15:28 -0800)
commitd2b4c19d53f5f021fb1c7c32d48033a92ac4fe49
treeb1ca771dd7a01d8b163741ab8ef841a7bc7ebf4c
parentac19081c26eaa7de3e6aabeb789ddc2e7cdd5b24
bpo-35879: Fix type comment leaks (GH-11728)

* Fix leak for # type: ignore
* Fix the type comment leak
Parser/parsetok.c
Python/ast.c