thds.core 1.44.20250723161617__py3-none-any.whl → 1.44.20250725152917__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of thds.core might be problematic. Click here for more details.

thds/core/parallel.py CHANGED
@@ -89,7 +89,7 @@ def yield_all(
89
89
  files.bump_limits()
90
90
  len_or_none = try_len(thunks)
91
91
 
92
- if PARALLEL_OFF() or len_or_none == 1:
92
+ if PARALLEL_OFF() or (len_or_none == 1 and not executor_cm):
93
93
  # don't actually transfer this to an executor we only have one task.
94
94
  for key, thunk in thunks:
95
95
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thds.core
3
- Version: 1.44.20250723161617
3
+ Version: 1.44.20250725152917
4
4
  Summary: Core utilities.
5
5
  Author-email: Trilliant Health <info@trillianthealth.com>
6
6
  License: MIT
@@ -29,7 +29,7 @@ thds/core/link.py,sha256=4-9d22l_oSkKoSzlYEO-rwxO1hvvj6VETY7LwvGcX6M,5534
29
29
  thds/core/logical_root.py,sha256=gWkIYRv9kNQfzbpxJaYiwNXVz1neZ2NvnvProtOn9d8,1399
30
30
  thds/core/merge_args.py,sha256=7oj7dtO1-XVkfTM3aBlq3QlZbo8tb6X7E3EVIR-60t8,5781
31
31
  thds/core/meta.py,sha256=3oX7wTO_SmrVKABFPLHHIVyNBXEil1MdGfc5s88_Isk,12134
32
- thds/core/parallel.py,sha256=HXAn9aIYqNE5rnRN5ypxR6CUucdfzE5T5rJ_MUv-pFk,7590
32
+ thds/core/parallel.py,sha256=0A3JQx7aPNaFLh61gZog2E3k4C5qdr5st-xOPS-3j1Y,7612
33
33
  thds/core/pickle_visit.py,sha256=QNMWIi5buvk2zsvx1-D-FKL7tkrFUFDs387vxgGebgU,833
34
34
  thds/core/prof.py,sha256=5ViolfPsAPwUTHuhAe-bon7IArPGXydpGoB5uZmObDk,8264
35
35
  thds/core/progress.py,sha256=4YGbxliDl1i-k-88w4s86uy1E69eQ6xJySGPSkpH1QM,3358
@@ -73,8 +73,8 @@ thds/core/sqlite/structured.py,sha256=SvZ67KcVcVdmpR52JSd52vMTW2ALUXmlHEeD-VrzWV
73
73
  thds/core/sqlite/types.py,sha256=oUkfoKRYNGDPZRk29s09rc9ha3SCk2SKr_K6WKebBFs,1308
74
74
  thds/core/sqlite/upsert.py,sha256=BmKK6fsGVedt43iY-Lp7dnAu8aJ1e9CYlPVEQR2pMj4,5827
75
75
  thds/core/sqlite/write.py,sha256=z0219vDkQDCnsV0WLvsj94keItr7H4j7Y_evbcoBrWU,3458
76
- thds_core-1.44.20250723161617.dist-info/METADATA,sha256=3KebzxSCTDDfSBbFhVH6wZu1WHFfeoAuJ0a6Z-K2fms,2216
77
- thds_core-1.44.20250723161617.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
78
- thds_core-1.44.20250723161617.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
79
- thds_core-1.44.20250723161617.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
80
- thds_core-1.44.20250723161617.dist-info/RECORD,,
76
+ thds_core-1.44.20250725152917.dist-info/METADATA,sha256=nMdJ6FxMFzVg8hwSx-zVpWeP7V4g1pryIaRAplvol0g,2216
77
+ thds_core-1.44.20250725152917.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
78
+ thds_core-1.44.20250725152917.dist-info/entry_points.txt,sha256=bOCOVhKZv7azF3FvaWX6uxE6yrjK6FcjqhtxXvLiFY8,161
79
+ thds_core-1.44.20250725152917.dist-info/top_level.txt,sha256=LTZaE5SkWJwv9bwOlMbIhiS-JWQEEIcjVYnJrt-CriY,5
80
+ thds_core-1.44.20250725152917.dist-info/RECORD,,