This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients fijall, vstinner
Date 2016-07-11.17:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbzfuNUGiOMTECxBt6oEirx+0C+mnBaD+i5CZWjNhom6A@mail.gmail.com>
In-reply-to <1468255830.37.0.284681994761.issue27483@psf.upfronthosting.co.za>
Content
Is the profiler running in the same process than the profiled application?

Vmprof uses a signal handler, right? HEAD_LOCK is a mutex, acquire a mutex
is not async-signal safe :-( Is it an issue?
History
Date User Action Args
2016-07-11 17:20:57vstinnersetrecipients: + vstinner, fijall
2016-07-11 17:20:57vstinnerlinkissue27483 messages
2016-07-11 17:20:57vstinnercreate