Ticket #2736 (closed defect: fixed)
[with patch, positive review] fix for dsage doctest failures in sage-2.11.rc0
| Reported by: | yi | Owned by: | yi |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.11 |
| Component: | dsage | Keywords: | |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
Attached is a patch which fixes the annoying exceptions thrown by the doctest runner at the end of the dsage doctests.
This patch does the following: 1) Explicitly call .wait() on subprocess.Popen instances 2) Explicitly delete the reference to the Popen instances before letting the interpreter exit 3) Explicitly join the dsage thread before letting the interpreter exit in the doctest.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

