[issue29676] verbose output of test_cprofile

2017-03-06 Thread INADA Naoki
Changes by INADA Naoki : -- pull_requests: +431 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue29676] verbose output of test_cprofile

2017-03-06 Thread INADA Naoki
INADA Naoki added the comment: OK, now I found what caused this difference. lsprof expect `func` is PyCFunction object. But it can be PyMethodDescrObject when LOAD_METHOD is used to call C method. In Modules/_lsprof.c (line 459): case PyTrace_C_CALL: if ProfilerObject *)self)

[issue29676] verbose output of test_cprofile

2017-02-28 Thread INADA Naoki
INADA Naoki added the comment: thanks. for summary, notable changes are: (print_callers) +{method 'append' of 'list' objects} <- 40.0000.000 profilee.py:73(helper1) Stats.print_callees output for Profile doesn't fit expectation! and (print_callees) -profilee.py:73

[issue29676] verbose output of test_cprofile

2017-02-28 Thread Xiang Zhang
New submission from Xiang Zhang: Recently when I run the test suite test_cprofile always produces some verbose info but won't fail. This is not the case before. I am not sure this is a bug or not. git bisect tells me https://github.com/python/cpython/commit/5566bbb8d563646d83e8172410fa0c085e82