Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29440 commits behind master.
miss-islington and ZackerySpytz bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's to…
…k_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 cda139d)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Latest commit dffe90e Mar 28, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
Python.asdl
acceler.c
asdl.py
asdl_c.py [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
bitset.c
firstsets.c
grammar.c
grammar1.c
intrcheck.c
listnode.c
metagrammar.c
myreadline.c
node.c
parser.c
parser.h
parsetok.c
pgen.c
pgenmain.c
printgrammar.c
spark.py Patch #2167 from calvin: Remove unused imports Feb 23, 2008
tokenizer.c
tokenizer.h
tokenizer_pgen.c
You can’t perform that action at this time.