[Python-Dev] Summary of Python tracker Issues

2016-11-25 Thread Python tracker
ACTIVITY SUMMARY (2016-11-18 - 2016-11-25) 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: open5588 ( +4) closed 34971 (+62) total 40559 (+66) Open issues wit

[Python-Dev] Does anyone use CALL_PROFILE special build?

2016-11-25 Thread Victor Stinner
Hi, I proposed a patch to drop the CALL_PROFILE special build to simplify Python/ceval.c: http://bugs.python.org/issue28799 I modified ceval.c for fast calls in Python 3.6, and I'm not sure that the feature still works correctly. The feature is not well documented and not tested at all. For fast