Skip to content

0.0.3: Major bugfix

Compare
Choose a tag to compare
@shailshouryya shailshouryya released this 10 Jan 13:09
· 0 commits to 23306b21783fef5353b4be449c6b37407ebcf333 since this release
f4e8bcd
  • 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())