Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2192 commits ahead, 8531 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 Add ast.Constant Jan 25, 2016
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 Recorded merge of revisions 81032 via svnmerge from May 9, 2010
grammar.c properly free memory in pgen Sep 19, 2016
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 replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
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 bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833) Aug 21, 2018
parsetok_pgen.c Issue #10785: Store the filename as Unicode in the Python parser. Apr 4, 2011
pgen.c properly free memory in pgen Sep 19, 2016
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 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
tokenizer.h Issue #24619: Simplify async/await tokenization. Jul 23, 2015
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. Aug 4, 2002
You can’t perform that action at this time.