]> 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 21:17:33 +0000 (23:17 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 21:17:33 +0000 (23:17 +0200)
commit526daabf341a2e0e5c2624ebcf82968bd48b5019
tree9e97049d0d00174140eba9e1c2dd1abc115cd132
parent71c8b7ec0464628633954333038af2f8174c10be
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