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.

Author matrixise
Recipients matrixise, vstinner, xcombelle
Date 2016-08-03.16:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470243560.61.0.377529166111.issue25571@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a small patch for the __ltrace__ feature.

I would like to propose a new test, __ltrace__ should be defined in the globals() dictionary and there is no check on the value associated to this key. Maybe we could defined it as a boolean, True or False.
History
Date User Action Args
2016-08-03 16:59:20matrixisesetrecipients: + matrixise, vstinner, xcombelle
2016-08-03 16:59:20matrixisesetmessageid: <1470243560.61.0.377529166111.issue25571@psf.upfronthosting.co.za>
2016-08-03 16:59:20matrixiselinkissue25571 messages
2016-08-03 16:59:20matrixisecreate