Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2540 commits ahead, 5064 commits behind master.
2 authors and ned-deily bpo-38673: dont switch to ps2 if the line starts with comment or whit…
…espace (GH-17421) (GH-17522)

https://bugs.python.org/issue38673
(cherry picked from commit 109fc27)

Co-authored-by: Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Latest commit 188d5ae Dec 9, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
Python.asdl bpo-32911: Revert bpo-29463. (GH-7121) May 29, 2018
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-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) Oct 10, 2019
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 bpo-31338 (#3374) Sep 15, 2017
listnode.c Use NULL rather than 0. (#778) Mar 23, 2017
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 bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
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 bpo-32096: Remove obj and mem from _PyRuntime (#4532) Nov 24, 2017
printgrammar.c Silenced some warnings about comparison between signed and unsigned i… Sep 5, 2014
tokenizer.c bpo-38673: dont switch to ps2 if the line starts with comment or whit… Dec 9, 2019
tokenizer.h tokenizer: Remove unused tabs options (#4422) Nov 17, 2017
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. Aug 4, 2002
You can’t perform that action at this time.