]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Set parse tree in parser data structure to NULL when returning
authorGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:39:41 +0000 (17:39 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 18 Nov 1990 17:39:41 +0000 (17:39 +0000)
commit840bcf11a84430826f26e3a9ecce356fff536ed2
tree6873670bd390595b75243dfaa4c17ad07d0c4e21
parent99f02d43f3d8d771b9e1b4784a72937bffff5647
Set parse tree in parser data structure to NULL when returning
a valid parse tree to caller, so caller must free the tree.
Parser/parsetok.c