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 xdegaye
Recipients georg.brandl, jcea, xdegaye
Date 2012-12-31.16:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356970832.06.0.691950117967.issue16653@psf.upfronthosting.co.za>
In-reply-to
Content
This patch breaks extension modules (for example Ned Batchelder's
coverage.py) that use PyEval_SetTrace to set the trace function.
History
Date User Action Args
2012-12-31 16:20:32xdegayesetrecipients: + xdegaye, georg.brandl, jcea
2012-12-31 16:20:32xdegayesetmessageid: <1356970832.06.0.691950117967.issue16653@psf.upfronthosting.co.za>
2012-12-31 16:20:32xdegayelinkissue16653 messages
2012-12-31 16:20:32xdegayecreate