Ticket #5437 (closed defect: fixed)
[with patch; positive review] pickle jar -- make it run through in order
| Reported by: | was | Owned by: | mabshoff |
|---|---|---|---|
| Priority: | major | Milestone: | sage-3.4 |
| Component: | doctest coverage | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by was) (diff)
Current when unpickling the pickle jar the files are run through in whatever order os.listdir gives them. This patch instead unpickles in order.
This is motivated by mabshoff's comment that the output of this doctest is "racy".
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

