STINNER Victor added the comment: > I want that it marks the current Python thread correctly, and not the current > sighandler thread.
Oooooook, I finally understood your use case. You want to know which threads hold the GIL. You don't care which thread got the signal. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23886> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com