Skip to content

Releases: shailshouryya/save-thread-result

0.0.3: Major bugfix

10 Jan 13:09
f4e8bcd
Compare
Choose a tag to compare
  • 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 with super())
    • commit d00b412 (enables passing group, name, daemon attributes to threading.Thread when initializing with super()
    • commit fb6f5d0 (removes variable reassignments since most attributes are passed in directly to threading.Thread with super())

0.0.2: Support all threading.Thread attributes

10 Jan 05:22
3632365
Compare
Choose a tag to compare

0.0.1: Add threading.Thread subclass: ThreadWithResult

10 Jan 04:59
af5264d
Compare
Choose a tag to compare

0.0.0: Create python package

11 Jan 10:55
58605ce
Compare
Choose a tag to compare
v0.0.0

Create python package