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
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
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
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