Issue 1493102: Allow build without tracing (original) (raw)

Issue1493102

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:17 admin set github: 43396
2006-05-22 17:53:19 holdenweb create