[Python-checkins] cpython: Issue #28799: Update Misc/SpecialBuilds.txt

victor.stinner python-checkins at python.org
Mon Nov 28 06:06:19 EST 2016


https://hg.python.org/cpython/rev/07d8272d61e7
changeset:   105381:07d8272d61e7
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Nov 28 12:06:13 2016 +0100
summary:
  Issue #28799: Update Misc/SpecialBuilds.txt

Remove CALL_PROFILE.

files:
  Misc/SpecialBuilds.txt |  11 -----------
  1 files changed, 0 insertions(+), 11 deletions(-)


diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt
--- a/Misc/SpecialBuilds.txt
+++ b/Misc/SpecialBuilds.txt
@@ -223,14 +223,3 @@
 argument and values pushed onto and popped off the value stack.
 
 Not useful very often, but very useful when needed.
-
-
-CALL_PROFILE
-------------
-
-Count the number of function calls executed.
-
-When this symbol is defined, the ceval mainloop and helper functions count the
-number of function calls made.  It keeps detailed statistics about what kind of
-object was called and whether the call hit any of the special fast paths in the
-code.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list