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 ddriddle
Recipients ddriddle, rbcollins
Date 2015-05-05.18:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430849883.1.0.65334178248.issue24054@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another patch. I fixed a bug in GetLineTestsBadData.test_getline and refactored the code. I think everything is good now.

As for the ResourceWarnings they are not caused by linecache. The problem is with tokenize.open (See http://bugs.python.org/issue23840).
History
Date User Action Args
2015-05-05 18:18:03ddriddlesetrecipients: + ddriddle, rbcollins
2015-05-05 18:18:03ddriddlesetmessageid: <1430849883.1.0.65334178248.issue24054@psf.upfronthosting.co.za>
2015-05-05 18:18:03ddriddlelinkissue24054 messages
2015-05-05 18:18:03ddriddlecreate