New submission from Mohamad Kanj <mhmd.k...@gmail.com>:

The interception of Python and C functions is achieved through the `sys` module 
- however, when using thread locks from `threading` module for instance under 
context managers, the calls on the lock to `acquire()` and `release()` cannot 
be witnessed. If these methods were to be called explicitly then this is no 
problem.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42705>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to