[Python-Dev] Does anyone use CALL_PROFILE special build?
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 calls, I moved some code, so it's more complex to update call statistics since statistics are implemented in ceval.c. I would like to completely remove the feature to be able to implement further optimizations. Victor ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Summary of Python tracker Issues
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 with patches: 2421 Issues opened (40) == #10414: Python does not work on an IPv6 only host http://bugs.python.org/issue10414 reopened by gregory.p.smith #27100: Attempting to use class with both __enter__ & __exit__ undefin http://bugs.python.org/issue27100 reopened by martin.panter #28739: PEP 498: docstrings as f-strings http://bugs.python.org/issue28739 opened by yselivanov #28740: Add sys.getandroidapilevel() http://bugs.python.org/issue28740 opened by haypo #28742: argparse.ArgumentDefaultsHelpFormatter sometimes provides inac http://bugs.python.org/issue28742 opened by pde #28747: Expose SSL_CTX_set_cert_verify_callback http://bugs.python.org/issue28747 opened by steve.dower #28749: Fixed the documentation of the mapping codec APIs http://bugs.python.org/issue28749 opened by serhiy.storchaka #28753: Clinic: Converting Your First Function is not up to date http://bugs.python.org/issue28753 opened by mdk #28754: Argument Clinic for bisect.bisect_left http://bugs.python.org/issue28754 opened by mdk #28755: Rework syntax highlighing in howto/clinic.rst http://bugs.python.org/issue28755 opened by mdk #28758: UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in posi http://bugs.python.org/issue28758 opened by dontbugme #28759: access to mkfifo, mknod and hard links is controled by SELinux http://bugs.python.org/issue28759 opened by xdegaye #28762: configure links with lockf and F_LOCK is not declared in Andro http://bugs.python.org/issue28762 opened by xdegaye #28763: Use en-dashes for ranges in docs http://bugs.python.org/issue28763 opened by serhiy.storchaka #28764: test_mailbox fails when run as a non-root user on Android API http://bugs.python.org/issue28764 opened by xdegaye #28765: _sre.compile(): be more strict on types of indexgroup and grou http://bugs.python.org/issue28765 opened by haypo #28767: Readd __index__ support on ipaddress objects http://bugs.python.org/issue28767 opened by josh.r #28768: Warning: implicit declaration of function '_setmode' http://bugs.python.org/issue28768 opened by masamoto #28769: Make PyUnicode_AsUTF8 returning "const char *" rather of "char http://bugs.python.org/issue28769 opened by serhiy.storchaka #28770: Update python-gdb.py for fastcalls http://bugs.python.org/issue28770 opened by haypo #28771: Update documented signatures of tp_get/setattr http://bugs.python.org/issue28771 opened by martin.panter #28775: Option to set startup directory in IDLE http://bugs.python.org/issue28775 opened by rhettinger #28777: asinc iter queue http://bugs.python.org/issue28777 opened by RekGRpth #28778: wsgiref HTTP Response Header Injection: CRLF Injection http://bugs.python.org/issue28778 opened by RAUSHAN RAJ #28779: set_forkserver_preload() can crash the forkserver if preloaded http://bugs.python.org/issue28779 opened by pitrou #28780: netrc throws NetrcParseError for record without 'password' http://bugs.python.org/issue28780 opened by Mark Wood #28781: On Installation of 3.5 Python get error message http://bugs.python.org/issue28781 opened by Marcopolo #28784: shlex.shlex punctuation_chars documentation should use posix=T http://bugs.python.org/issue28784 opened by evan_ #28785: Clarify the behavior of NotImplemented http://bugs.python.org/issue28785 opened by max #28787: Out of tree --with--dtrace builds fail with a traceback http://bugs.python.org/issue28787 opened by cstratak #28788: Feature request: ConfigParser should be able to write config t http://bugs.python.org/issue28788 opened by georgefischhof #28789: valgrind shows "invalid file descriptor" when calling platform http://bugs.python.org/issue28789 opened by Mathieu_Du #28790: Error when using Generic and __slots__ http://bugs.python.org/issue28790 opened by gvanrossum #28791: update sqlite to 3.15.2 http://bugs.python.org/issue28791 opened by Big Stone #28794: inspect.isasyncgen and inspect.isasyncgenfunction aren't docum http://bugs.python.org/issue28794 opened by njs #28795: Misleading stating, that SIGINT handler is installed by defaul http://bugs.python.org/issue28795 opened by Jan Velecký #28797: Modifying class __dict__ inside __set_name__ http://bugs.python.org/issue28797 opened by Wombatz #28799: Drop CALL_PROFILE special build? http://bugs.python.org/issue28799 opened by haypo #28800: Add RETURN_NONE bytecode instruction http://bugs.python.org/issue28800 opened by haypo #28802: Python 3.6.0b4 Reports ncurses present in Cygwin but fails to http://bugs.python.org/issue28802 opened by eclectic9509 Most recent 15 issues with no replies (15) == #28802: Python 3.6.0b4 Rep