]> granicus.if.org Git - python/commit
Issue #18408: parsetok() must not write into stderr on memory allocation error
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 20:52:19 +0000 (22:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 20:52:19 +0000 (22:52 +0200)
commit3bf5f530d91c8b55c10e10153d8224e72ed7b279
tree574cb109e7ca7aa3d35b5770b2e54516454f37b5
parent6b64a6803e17805a6a4fb9a82f7ec26bdc30a6d5
Issue #18408: parsetok() must not write into stderr on memory allocation error

The caller gets an error code and can raise a classic Python exception.
Parser/parsetok.c