Changes between Initial Version and Version 1 of Ticket #26118
- Timestamp:
- 08/24/18 02:32:29 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26118 – Description
initial v1 4 4 5 5 This ugly workaround fixes it: 6 ``` 6 {{{ 7 7 --- a/src/sage/doctest/forker.py 8 8 +++ b/src/sage/doctest/forker.py … … 18 18 try: 19 19 # Block SIGCHLD and SIGINT except during the pselect() call 20 ``` 20 }}}