fix issue589: fix bad interaction with numpy and others when showing
exceptions. check for precise "maximum recursion depth exceed" exception instead of presuming any RuntimeError is that one (implemented in py dep) Thanks Charles Cloud for analysing the issue.
This commit is contained in:
parent
488720da8d
commit
1a80487e71
|
@ -7,6 +7,11 @@ NEXT
|
|||
- Fix infinite recursion bug when pickling capture.EncodedFile, thanks
|
||||
Uwe Schmitt.
|
||||
|
||||
- fix issue589: fix bad interaction with numpy and others when showing
|
||||
exceptions. Check for precise "maximum recursion depth exceed" exception
|
||||
instead of presuming any RuntimeError is that one (implemented in py
|
||||
dep). Thanks Charles Cloud for analysing the issue.
|
||||
|
||||
|
||||
2.6.2
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue