Releases: ZechCodes/Oodle
Releases · ZechCodes/Oodle
0.1.4 - Fix Free Threaded Race
- 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
0.1.1 - Fixes & Channel.get_first
- Fixes a bug where
sleep
would raise aSystemError
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
Use Python 3.13 for actions