This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-09 14:11:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
67fd0ea46d187ccab90ed574207bc88503bde3ea
cpython
/
Lib
/
compiler
T
History
Raymond Hettinger
ff41c48a77
SF patch
#701494
: more apply removals
2003-04-06 09:01:11 +00:00
..
__init__.py
…
ast.py
…
consts.py
…
future.py
…
misc.py
…
pyassem.py
SF patch [ 597919 ] compiler package and SET_LINENO
2002-12-31 18:17:44 +00:00
pycodegen.py
Replace all but one explicit emit('SET_LINENO') with call to set_lineno().
2002-12-31 18:26:17 +00:00
symbols.py
SF patch [ 597919 ] compiler package and SET_LINENO
2002-12-31 18:17:44 +00:00
syntax.py
…
transformer.py
SF patch
#701494
: more apply removals
2003-04-06 09:01:11 +00:00
visitor.py
…