Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
f1f678e1
Commit
f1f678e1
authored
Dec 18, 2009
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanups after removing Lexicon.pickle
parent
239bf895
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
Cython/Compiler/Lexicon.py
Cython/Compiler/Lexicon.py
+1
-4
Cython/Compiler/Scanning.py
Cython/Compiler/Scanning.py
+1
-7
No files found.
Cython/Compiler/Lexicon.py
View file @
f1f678e1
#
# Pyrex Scanner - Lexical Definitions
#
# Changing anything in this file will cause Lexicon.pickle
# to be rebuilt next time pyrexc is run.
# Cython Scanner - Lexical Definitions
#
raw_prefixes
=
"rR"
...
...
Cython/Compiler/Scanning.py
View file @
f1f678e1
#
#
Pyrex
Scanner
#
Cython
Scanner
#
import
os
...
...
@@ -20,12 +20,6 @@ from Lexicon import string_prefixes, raw_prefixes, make_lexicon, IDENT
from
StringEncoding
import
EncodedString
try
:
plex_version
=
Plex
.
_version
except
AttributeError
:
plex_version
=
None
#print "Plex version:", plex_version ###
debug_scanner
=
0
trace_scanner
=
0
scanner_debug_flags
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment