Releases: shailshouryya/save-thread-result
Releases · shailshouryya/save-thread-result
0.0.3: Major bugfix
- compare changes to previous version
- see
- commit 1e473f8
- commit 4084fe3
- commit 75f06e0
- commit b3819ee
- commit 9f017e7 (fixes problems mentioned in previous commits but doesn't pass other
threading.Thread
attributes when initializing withsuper()
) - commit d00b412 (enables passing
group
,name
,daemon
attributes tothreading.Thread
when initializing withsuper()
- commit fb6f5d0 (removes variable reassignments since most attributes are passed in directly to
threading.Thread
withsuper()
)
0.0.2: Support all threading.Thread attributes
- compare changes to previous version
0.0.1: Add threading.Thread subclass: ThreadWithResult
- compare changes to previous version
0.0.0: Create python package
v0.0.0 Create python package