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 pitrou
Recipients njs, pitrou, vstinner
Date 2016-03-10.15:21:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457623287.91.0.174607242862.issue26530@psf.upfronthosting.co.za>
In-reply-to
Content
This may indeed be useful but:
- those functions should be no-ops when tracing isn't enabled (so as to be as fast as possible)
- you should take the GIL if necessary (but only if tracing is enabled, of course)
History
Date User Action Args
2016-03-10 15:21:27pitrousetrecipients: + pitrou, vstinner, njs
2016-03-10 15:21:27pitrousetmessageid: <1457623287.91.0.174607242862.issue26530@psf.upfronthosting.co.za>
2016-03-10 15:21:27pitroulinkissue26530 messages
2016-03-10 15:21:27pitroucreate