DaRoee added the comment:
Ha! Already gave them my analysis, and stopped using that package since.
While I certainly think this is not the trivial, basic usage, and that the
pattern used for the lock is common (and part of some PEP if I remember
correctly), I'm kind of puzzled on that
Change by DaRoee :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue43939>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from DaRoee :
I've recently encountered a weird bug. To make a long story short, I’ve been
using an external package to make sure my threads stop working in time, and
appearently it’s been using ctypes.pythonapi.PyThreadState_SetAsyncExc.
There is a slight chance, that this