| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-26 | vm: On exiting except block, clear sys.exc_info() value. | Paul Sokolovsky | |
| This doesn't handle case fo enclosed except blocks, but once again, sys.exc_info() support is a workaround for software which uses it instead of properly catching exceptions via variable in except clause. | |||
| 2015-04-25 | modsys: Add basic sys.exc_info() implementation. | Paul Sokolovsky | |
| 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. | |||
