File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 44TaskGraph Release History
55=========================
66
7+ 0.10.2 (2020-12-11)
8+ -------------------
9+ * Fixed an issue that would raise an exception when `__del__ ` was
10+ deconstructing a taskgraph object and a thread ``join() `` would cause a
11+ deadlock.
12+
7130.10.1 (2020-12-11)
814-------------------
915* Fixed an issue that would ignore the state of a ``transient_run `` flag if
@@ -14,9 +20,6 @@ TaskGraph Release History
1420 Relevant information about why the database update fails is logged.
1521* Fixed an issue where the logging queue would always report an exception
1622 even if the logging thread shut down correctly.
17- * Fixed an issue that would raise an exception when `__del__ ` was
18- deconstructing a taskgraph object and a thread ``join() `` would cause a
19- deadlock.
2023
21240.10.0 (2020-08-25)
2225-------------------
You can’t perform that action at this time.
0 commit comments