[issue29676] C method is not profiled by lsprof

2017-03-24 Thread INADA Naoki
INADA Naoki added the comment: New changeset 93fac8dd358cd0e85e7b59115db226ce685d3f6f by INADA Naoki in branch 'master': bpo-29676: fix lsprof can't profile C method call. (GH523) https://github.com/python/cpython/commit/93fac8dd358cd0e85e7b59115db226ce685d3f6f --

[issue29676] C method is not profiled by lsprof

2017-03-14 Thread Xiang Zhang
Xiang Zhang added the comment: Actually the current test produces some noises, but it doesn't fail. -- ___ Python tracker ___

[issue29676] C method is not profiled by lsprof

2017-03-14 Thread STINNER Victor
STINNER Victor added the comment: Oh wow, I didn't expect this issue with tracing when the commit 5566bbb8d563646d83e8172410fa0c085e8233b1 was merged: test_sys_settrace and test_lsprof passed. Would it be possible to add an unit test? -- nosy: +haypo

[issue29676] C method is not profiled by lsprof

2017-03-06 Thread INADA Naoki
Changes by INADA Naoki : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29676] C method is not profiled by lsprof

2017-03-06 Thread INADA Naoki
Changes by INADA Naoki : -- components: +Interpreter Core -Tests title: verbose output of test_cprofile -> C method is not profiled by lsprof ___ Python tracker