-
- Downloads
modsys: Add basic sys.exc_info() implementation.
The implementation is very basic and non-compliant and provided solely for CPython compatibility. The function itself is bad Python2 heritage, its usage is discouraged.
Showing
- py/modsys.c 24 additions, 0 deletionspy/modsys.c
- py/mpconfig.h 6 additions, 0 deletionspy/mpconfig.h
- py/mpstate.h 5 additions, 0 deletionspy/mpstate.h
- py/qstrdefs.h 3 additions, 0 deletionspy/qstrdefs.h
- py/vm.c 4 additions, 0 deletionspy/vm.c
- tests/misc/sys_exc_info.py 22 additions, 0 deletionstests/misc/sys_exc_info.py
- tests/run-tests 1 addition, 0 deletionstests/run-tests
- unix/mpconfigport.h 1 addition, 0 deletionsunix/mpconfigport.h
Loading
Please register or sign in to comment