We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27c3ca commit aa572ffCopy full SHA for aa572ff
CHANGES.txt
@@ -65,6 +65,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
65
Python to 3.6, and it was not until Python 3.7 where `threading` became
66
default supported. In practice, we expect most real world Python 3.6 deployments
67
will have `threading` support enabled, so this will not be an issue.
68
+ - CacheDir writes no longer happen within the taskmaster critical section,
69
+ and therefore can run in parallel with both other CacheDir writes and the
70
+ taskmaster DAG walk.
71
72
From Mats Wichmann:
73
- Add support for Python 3.13 (as of alpha 2). So far only affects
0 commit comments