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 <[email protected]>
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: <[email protected]>
2016-08-03 16:59:20matrixiselinkissue25571 messages
2016-08-03 16:59:20matrixisecreate