You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass an unhandled exception to at_exit block as second argument (#5906)
* Pass an unhandled exception to at_exit block as second argument
Follow up #1921
It is better in some ways:
- it does not need a new exception like `SystemExit`.
- it does not break compatibility in most cases because block fill up lacking arguments.
* Add documentation for at_exit block arguments
* Update `at_exit` block arguments description
#5906 (comment)
Thank you @jhass.
0 commit comments