imsubhamsingh / imsubhamsingh/OpenQ
Incorrect Thread Cancellation in _purge Method
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The _purge method attempts to cancel all threading.Timer threads but does not differentiate between timers for the queue itself and other possible Timer objects in the application. This broad cancellation might unintentionally affect unrelated parts of the application.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.