Debugger: Fix closure support + tests
authorMark Florisson <markflorisson88@gmail.com>
Sat, 25 Dec 2010 21:32:04 +0000 (22:32 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Sat, 25 Dec 2010 21:32:04 +0000 (22:32 +0100)
commit7d98e4a1088a685bb74a0fb780daf1403dd9cfbb
treed9e8e9e5a4fd70bdad83fcc2a0df0915a3d98b6f
parente5bb833defb31a791c43f07b3a4d41b3c9b8dbb7
Debugger: Fix closure support + tests
Debugger: Recognition of module-level Cython code (initmodulename and PyInit_modulename)
Fix debug flag (import Parsing when needed)
Cython/Compiler/Main.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Debugger/Tests/codefile
Cython/Debugger/Tests/test_libcython_in_gdb.py
Cython/Debugger/libcython.py
Cython/Debugger/libpython.py