-
- Downloads
Improved printing of Python exceptions in PL/Python
Mimic the Python interpreter's own logic for printing exceptions instead of just using the straight str() call, so that you get plpy.SPIError instead of <class 'plpy.SPIError'> and for built-in exceptions merely UnicodeEncodeError Besides looking better this cuts down on the endless version differences in the regression test expected files.
Showing
- src/pl/plpython/expected/README 1 addition, 5 deletionssrc/pl/plpython/expected/README
- src/pl/plpython/expected/plpython_error.out 6 additions, 6 deletionssrc/pl/plpython/expected/plpython_error.out
- src/pl/plpython/expected/plpython_error_2.out 0 additions, 124 deletionssrc/pl/plpython/expected/plpython_error_2.out
- src/pl/plpython/expected/plpython_unicode_2.out 3 additions, 3 deletionssrc/pl/plpython/expected/plpython_unicode_2.out
- src/pl/plpython/expected/plpython_unicode_3.out 3 additions, 3 deletionssrc/pl/plpython/expected/plpython_unicode_3.out
- src/pl/plpython/expected/plpython_unicode_5.out 0 additions, 52 deletionssrc/pl/plpython/expected/plpython_unicode_5.out
- src/pl/plpython/plpython.c 33 additions, 15 deletionssrc/pl/plpython/plpython.c
Loading
Please register or sign in to comment