Commit cac1f01
committed
Disable _TqdmCloser workaround for leaked semaphore error in newer MacOS
_TqdmCloser is a workaround for leaked semaphores error happening when
using tqdm on MacOS and Python >= 3.11. The issue does not seem to
appear in MacOS 15.7.2, so we disable the workaround for newer MacOS
versions1 parent f30ebf5 commit cac1f01
File tree
3 files changed
+20
-3
lines changed- b2/_internal
- changelog.d
- test/integration
3 files changed
+20
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
923 | 923 | | |
924 | 924 | | |
925 | 925 | | |
926 | | - | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
927 | 931 | | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
928 | 944 | | |
929 | 945 | | |
930 | 946 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments