Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1106 commits ahead, 1725 commits behind master.
miss-islington and alexhenrie bpo-39307: Fix memory leak on error path in parsetok (GH-17953)
(cherry picked from commit 7ba6f18)

Co-authored-by: Alex Henrie <alexhenrie24@gmail.com>
Latest commit 9671b6b Jan 13, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
pgen use `const` in graminit.c (GH-12713) Apr 23, 2019
Python.asdl bpo-37593: Swap the positions of posonlyargs and args in the construc… Jul 14, 2019
acceler.c fix warnings by adding more const (GH-12924) Apr 23, 2019
asdl.py Add ast.Constant Jan 25, 2016
asdl_c.py bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) Oct 10, 2019
grammar1.c
listnode.c bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
myreadline.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
node.c bpo-33416: Add end positions to Python AST (GH-11605) Jan 22, 2019
parser.c fix warnings by adding more const (GH-12924) Apr 23, 2019
parser.h fix warnings by adding more const (GH-12924) Apr 23, 2019
parsetok.c bpo-39307: Fix memory leak on error path in parsetok (GH-17953) Jan 13, 2020
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
tokenizer.c bpo-39209: Manage correctly multi-line tokens in interactive mode (GH… Jan 6, 2020
tokenizer.h bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
You can’t perform that action at this time.