]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Check for NULL from NEW_TYPE_COMMENT()
authorGuido van Rossum <guido@python.org>
Mon, 28 Jan 2019 19:40:34 +0000 (11:40 -0800)
committerGuido van Rossum <guido@python.org>
Mon, 28 Jan 2019 19:45:20 +0000 (11:45 -0800)
commit551f2a645d9f954558cb389964effc6e7984932f
tree4b4f80061af4467ed39aec83ce495b608129b306
parent4abedd3f9f46309ca9ff51189548daefc2e37e66
Check for NULL from NEW_TYPE_COMMENT()

Also:
- remove redundant 'c' argument from new_type_comment()
- double-check that TYPE_COMMENT in a suite is followed by NL
Python/ast.c