pytest-dev / pytest-timeout

MIT License
206 stars 63 forks source link

Fix is_debugging for pydevd with cython (#146) #155

Closed adigie closed 10 months ago

adigie commented 11 months ago

When trace_func comes from cython module, inspect.getmodule returns None. Fallback to getting module from __class__ of trace_func.

Closes #146