Skip to content

Commit c1df95f

Browse files
committed
Fixed an developer error, wrapped Timer objects, expect they do not exist for multiprocessing.
1 parent 63a8db5 commit c1df95f

6 files changed

+1
-2
lines changed

dist/pytasking-0.0.1-py3-none-any.whl

-4.28 KB
Binary file not shown.

dist/pytasking-0.0.1.tar.gz

-2.88 KB
Binary file not shown.

dist/pytasking-1.0.0-py3-none-any.whl

4.27 KB
Binary file not shown.

dist/pytasking-1.0.0.tar.gz

3.11 KB
Binary file not shown.

pytasking/wrappers.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@
1212
Lock = multiprocessing.Lock
1313
RLock = multiprocessing.RLock
1414
Semaphore = multiprocessing.Semaphore
15-
Timer = multiprocessing.Timer

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytasking",
8-
version="0.0.1",
8+
version="1.0.0",
99
author="Jason Zi Feng Lei",
1010
author_email="TokenChingy@gmail.com",
1111
description="A multitasking library for Python 3.5+",

0 commit comments

Comments
 (0)