This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: patch in bug 1542016
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, sgala
Priority: normal Keywords: patch

Created on 2006-08-17 14:27 by sgala, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pcall.patch sgala, 2006-08-17 14:27 typo in call profile reporting
Messages (2)
msg50930 - (view) Author: Santiago Gala (sgala) Date: 2006-08-17 14:27
As commented in bug 1542016, reporting via
sys.callstats() is missing the PCALL_POP values, due
probably to a typo when this last profile condition was
added. This patch makes it behave.
msg50931 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-08-17 14:41
Logged In: YES 
user_id=849994

As the patch is already in bug #1542016 (and it is very
small), I'm closing this again.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43845
2006-08-17 14:27:25sgalacreate