Message322838
| Author | methane |
|---|---|
| Recipients | jdemeyer, methane, ppperry, serhiy.storchaka, vstinner |
| Date | 2018-08-01.04:17:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1533097026.68.0.56676864532.issue29502@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FYI, _lsprof uses PyObject_Call() https://github.com/python/cpython/blob/ea68d83933e6de6cabfb115ec1b8888301947369/Modules/_lsprof.c#L120-L123 If PyObject_Call() trigger profiler, lsprof should avoid recursion. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-01 04:17:06 | methane | set | recipients: + methane, vstinner, serhiy.storchaka, jdemeyer, ppperry |
| 2018-08-01 04:17:06 | methane | set | messageid: <1533097026.68.0.56676864532.issue29502@psf.upfronthosting.co.za> |
| 2018-08-01 04:17:06 | methane | link | issue29502 messages |
| 2018-08-01 04:17:06 | methane | create | |