Skip to content

Releases: ZechCodes/Oodle

0.1.4 - Fix Free Threaded Race

04 Dec 18:46
fe41fc2
Compare
Choose a tag to compare
  • Fixes a race condition when running with free threaded 3.13 where the thread would sometimes finish before the thread group had added it to the running threads list

0.1.3 - Fix race condition in Free Threaded Python

04 Dec 15:31
c8a3c96
Compare
Choose a tag to compare
  • Fixes an issue where Free Threaded Python would forever block in a ThreadGroup
  • Adds wait_for utility function

0.1.1 - Fixes & Channel.get_first

04 Dec 14:04
e64d84c
Compare
Choose a tag to compare
  • Fixes a bug where sleep would raise a SystemError when stopping a thread
  • Improves how thread groups are shut down
  • Improves how exceptions are propagated out of thread groups and into the calling thread
  • Implement a select mechanism using the Channel.get_first class method

0.1.0 - Initial Release

30 Nov 02:55
b2af868
Compare
Choose a tag to compare
Pre-release
Use Python 3.13 for actions