Re: [Python-Dev] Making the new dtrace support work on OS X

2017-01-13 Thread David Cournapeau
On Fri, Jan 13, 2017 at 9:12 PM, Lukasz Langa wrote: > Looks like function-entry and function-return give you the C-level frame > names for some reason. This was implemented on OS X 10.11 if that makes any > difference. I will look at this in the evening, the laptop I'm on now is > macOS Sierra w

Re: [Python-Dev] Making the new dtrace support work on OS X

2017-01-13 Thread Lukasz Langa
Looks like function-entry and function-return give you the C-level frame names for some reason. This was implemented on OS X 10.11 if that makes any difference. I will look at this in the evening, the laptop I'm on now is macOS Sierra with SIP which cripples dtrace. > On Jan 12, 2017, at 5:08 A

[Python-Dev] Summary of Python tracker Issues

2017-01-13 Thread Python tracker
ACTIVITY SUMMARY (2017-01-06 - 2017-01-13) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open5719 (+34) closed 35300 (+47) total 41019 (+81) Open issues wit

[Python-Dev] Add tp_fastcall to PyTypeObject

2017-01-13 Thread Victor Stinner
Hi, tl;dr Python 3.7 is going to be faster without breaking backward compatibility, say hello to the new "tp_fastcall" slot! => http://bugs.python.org/issue29259 Python 3.6 got a new "FASTCALL" calling convention which allows to avoid the creation a temporary tuple to pass positional arguments a