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: Allow build without tracing
Type: Stage:
Components: Interpreter Core Versions: Python 2.5
process
Status: closed Resolution: postponed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, holdenweb
Priority: normal Keywords: patch

Created on 2006-05-22 17:53 by holdenweb, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
notracing.patch holdenweb, 2006-05-22 17:53 The patch
Messages (2)
msg50333 - (view) Author: Steve Holden (holdenweb) * (Python committer) Date: 2006-05-22 17:53
This patch allows the tracing code to be conditioned
out by the absence of a definition for the symbol
WITH_TRACING.

This seems to win a worthwhile speed gain.
msg50334 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-28 21:07
Logged In: YES 
user_id=849994

As the result of some tests was that the patch even caused
slowdowns on some configurations, it was decided not to
follow this path. Closing this as "Postponed", since someone
might try to do something like this in the future.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43396
2006-05-22 17:53:19holdenwebcreate