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 terry.reedy
Recipients RusiMody, belopolsky, terry.reedy, tomhines
Date 2015-05-18.17:45:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431971125.9.0.756741388967.issue10685@psf.upfronthosting.co.za>
In-reply-to
Content
(When replying by email to an email, please remove any quotation, except possibly for a specific line or two.  The message already appears about yours on the tracker.)

Good.  It will take about a week for the * to appear after your name.  

As the diff is posted, hg could not find trace.py to patch.  Changing
--- Lib/trace.py	Fri Feb 24 15:58:24 2012
+++ Lib/trace.py	Wed Oct 30 16:35:49 2013
<to>
--- a/Lib/trace.py	Fri Feb 24 15:58:24 2012
+++ b/Lib/trace.py	Wed Oct 30 16:35:49 2013
fixed that problem, and 3/4 chunks apply to 3.4 (map has already been replaced).

Running test/test_trace.py (with repository 3.4) gives the same errors as without the patch.  The changes look sensible.  However, a test is needed that fails without the patch and passes with it.  Can you write one that could be added to the test file, or at least pieces of a test and a manual test procedure?
History
Date User Action Args
2015-05-18 17:45:25terry.reedysetrecipients: + terry.reedy, belopolsky, RusiMody, tomhines
2015-05-18 17:45:25terry.reedysetmessageid: <1431971125.9.0.756741388967.issue10685@psf.upfronthosting.co.za>
2015-05-18 17:45:25terry.reedylinkissue10685 messages
2015-05-18 17:45:25terry.reedycreate