1
Fork 0
cpython/Parser
Miss Islington (bot) dffe90ee0e
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601)
Remove the PyMem_FREE() call added in cb90c89.  The buffer will be
freed when PyTokenizer_Free() is called on the tokenizer state.
(cherry picked from commit cda139d1de)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2019-03-28 07:44:21 -07:00
..
Python.asdl
acceler.c
asdl.py Fix incomplete format error in asdl.py 2016-09-24 05:35:15 +00:00
asdl_c.py [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
bitset.c
firstsets.c
grammar.c [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 2018-06-22 21:04:21 -07:00
grammar1.c
intrcheck.c reinit the TLS before anything else (#130) 2017-02-20 23:43:15 -08:00
listnode.c
metagrammar.c
myreadline.c [2.7] bpo-18368: Fix memory leaks in PyOS_StdioReadline() when realloc() fails (GH-12334) 2019-03-19 11:43:20 +01:00
node.c
parser.c
parser.h
parsetok.c [2.7] bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833). (GH-8849) 2018-08-22 08:54:17 +03:00
pgen.c bpo-27780: Make pgen.c C89 compliant (GH-7915) 2018-06-25 20:40:15 -07:00
pgenmain.c [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 2018-06-22 21:04:21 -07:00
printgrammar.c
spark.py
tokenizer.c bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601) 2019-03-28 07:44:21 -07:00
tokenizer.h
tokenizer_pgen.c