Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2197 commits ahead, 8652 commits behind master.
serhiy-storchaka and ZackerySpytz bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix…
…es. (GH-11015) (GH-11020) (GH-11026)

(cherry picked from commit 4c49da0)
(cherry picked from commit 602d307)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Latest commit 2d6bc25 Dec 7, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
Python.asdl Issue #28008: Implement PEP 530 -- asynchronous comprehensions. Sep 9, 2016
acceler.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
asdl.py
asdl_c.py bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH… May 31, 2018
bitset.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
firstsets.c
grammar.c
grammar1.c Issue #18722: Remove uses of the "register" keyword in C code. Aug 13, 2013
listnode.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
metagrammar.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
myreadline.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
node.c
parser.c Issue #26130: Remove redundant variable 's' from Parser/parser.c Mar 27, 2016
parser.h Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,6050… Feb 23, 2008
parsetok.c
parsetok_pgen.c Issue #10785: Store the filename as Unicode in the Python parser. Apr 4, 2011
pgen.c
pgenmain.c properly free memory in pgen Sep 19, 2016
printgrammar.c Silenced some warnings about comparison between signed and unsigned i… Sep 5, 2014
tokenizer.c
tokenizer.h
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. Aug 4, 2002
You can’t perform that action at this time.