zhmiscellany 6.2.6__py3-none-any.whl → 6.2.8__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.
- zhmiscellany/macro.py +1 -0
- zhmiscellany/processing.py +1 -1
- {zhmiscellany-6.2.6.dist-info → zhmiscellany-6.2.8.dist-info}/METADATA +1 -1
- {zhmiscellany-6.2.6.dist-info → zhmiscellany-6.2.8.dist-info}/RECORD +6 -6
- {zhmiscellany-6.2.6.dist-info → zhmiscellany-6.2.8.dist-info}/WHEEL +0 -0
- {zhmiscellany-6.2.6.dist-info → zhmiscellany-6.2.8.dist-info}/top_level.txt +0 -0
zhmiscellany/macro.py
CHANGED
zhmiscellany/processing.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from ._processing_supportfuncs import batch_multiprocess, multiprocess, synchronous_class_multiprocess, ThreadWithResult
|
|
1
2
|
import threading
|
|
2
3
|
|
|
3
4
|
def start_daemon(**kwargs):
|
|
@@ -50,7 +51,6 @@ def batch_threading_gen(targets, max_threads=None, show_errors=True):
|
|
|
50
51
|
def batch_multiprocess_threaded(targets_and_args, disable_warning=False, killable=False, daemon=False):
|
|
51
52
|
import kthread
|
|
52
53
|
import threading
|
|
53
|
-
from ._processing_supportfuncs import batch_multiprocess
|
|
54
54
|
if killable:
|
|
55
55
|
thread_method = kthread.KThread
|
|
56
56
|
else:
|
|
@@ -12,16 +12,16 @@ zhmiscellany/fileio.py,sha256=0QZvCXd9fJ3Rart-kk63KMSwIJ3iCoWvUHtdhd-EM0o,20595
|
|
|
12
12
|
zhmiscellany/gui.py,sha256=OVwuZ_kWHJlgKPeYR7fAAyomNmU-OnxOgXZelVNPm1w,10409
|
|
13
13
|
zhmiscellany/image.py,sha256=6Hz5sfym_o7FHokGUKeXRsjl89VY_ZMSLnvuSam1icI,8265
|
|
14
14
|
zhmiscellany/list.py,sha256=BnbYG-lpHmi0C4v8jLfaeXqQdc3opmNgkvY6yz4pasg,1475
|
|
15
|
-
zhmiscellany/macro.py,sha256=
|
|
15
|
+
zhmiscellany/macro.py,sha256=4uxU1OrOiHV_CkYBPV1tugciFqb4cPOQQIOu_PMpXCY,27904
|
|
16
16
|
zhmiscellany/math.py,sha256=nNsrg4le3XIt1y36lQv5xNCjUoIu7Q1lV5BdpmyD_wk,2530
|
|
17
17
|
zhmiscellany/misc.py,sha256=0vJFa0MRdKXjLLVeFfMx1Q-b-qrKqpdaq6FzWKz6SMY,32489
|
|
18
18
|
zhmiscellany/netio.py,sha256=rN17uIbsWqDG9ssmouD7VZqOtlgWObaCsvn2Hrq-k6w,2413
|
|
19
19
|
zhmiscellany/pastebin.py,sha256=jstR_HRP9fUVcQXp4D8zkqvA0GLHNrDrfhqb9Sc-dL0,6479
|
|
20
20
|
zhmiscellany/pipes.py,sha256=RlHxsW_M_R6UJUIDgYVS_zfqUwO8kXG8j-0YG5qByjo,4637
|
|
21
|
-
zhmiscellany/processing.py,sha256=
|
|
21
|
+
zhmiscellany/processing.py,sha256=S0Rb6ndTC6N23-kz4hLEeRNgAaWjcMAtt8QNDE8x4v4,11350
|
|
22
22
|
zhmiscellany/rust.py,sha256=cHkSpdtq7QQW3yzBEAYL9lZxLW0h4wal2tsxIOnyTrA,494
|
|
23
23
|
zhmiscellany/string.py,sha256=A4ilBWSYlrJ0AJ0axvepSSjYCYwYk5X-vRrHNphi_ow,4809
|
|
24
|
-
zhmiscellany-6.2.
|
|
25
|
-
zhmiscellany-6.2.
|
|
26
|
-
zhmiscellany-6.2.
|
|
27
|
-
zhmiscellany-6.2.
|
|
24
|
+
zhmiscellany-6.2.8.dist-info/METADATA,sha256=FoNKjAOZ9dYBCYDsNDXKXeVVppd1KaBdKEK2bnFhSGI,43872
|
|
25
|
+
zhmiscellany-6.2.8.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
|
|
26
|
+
zhmiscellany-6.2.8.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
|
|
27
|
+
zhmiscellany-6.2.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|