]> granicus.if.org Git - python/commitdiff
Add note about profile fix.
authorGuido van Rossum <guido@python.org>
Thu, 4 Oct 2001 10:19:00 +0000 (10:19 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 4 Oct 2001 10:19:00 +0000 (10:19 +0000)
Misc/NEWS

index 6e8f9fccf7171eb15ab12429a746589191758f4d..1d437d09874a0994fc5098078e0034da8d8a7eed 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,11 @@ Library
 - doctest now excludes functions and classes not defined by the module
   being tested, thanks to Tim Hochberg.
 
+- profile now produces correct output in situations where an exception
+  raised in Python is cleared by C code (e.g. hasattr()).  This used
+  to cause wrong output, including spurious claims of recursive
+  functions and attribution of time spent to the wrong function.
+
 - quopri's encode and decode methods take an optional header parameter,
   which indicates whether output is intended for the header 'Q' encoding.