-
- Downloads
py: Add module/function/class name to exceptions.
Exceptions know source file, line and block name. Also tidy up some debug printing functions and provide a global flag to enable/disable them.
Showing
- py/bc.h 1 addition, 0 deletionspy/bc.h
- py/compile.c 9 additions, 3 deletionspy/compile.c
- py/emit.h 1 addition, 1 deletionpy/emit.h
- py/emitbc.c 5 additions, 4 deletionspy/emitbc.c
- py/mpconfig.h 5 additions, 3 deletionspy/mpconfig.h
- py/obj.h 2 additions, 2 deletionspy/obj.h
- py/objexcept.c 7 additions, 2 deletionspy/objexcept.c
- py/parse.c 5 additions, 3 deletionspy/parse.c
- py/parse.h 1 addition, 1 deletionpy/parse.h
- py/runtime.c 2 additions, 3 deletionspy/runtime.c
- py/scope.c 9 additions, 29 deletionspy/scope.c
- py/scope.h 2 additions, 1 deletionpy/scope.h
- py/showbc.c 3 additions, 3 deletionspy/showbc.c
- py/vm.c 21 additions, 20 deletionspy/vm.c
- unix-cpy/main.c 1 addition, 1 deletionunix-cpy/main.c
- unix/main.c 8 additions, 6 deletionsunix/main.c
- unix/mpconfigport.h 1 addition, 1 deletionunix/mpconfigport.h
Loading
Please register or sign in to comment