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, pitrou, xdegaye
Date 2014-03-01.15:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393686253.62.0.207713600891.issue20746@psf.upfronthosting.co.za>
In-reply-to
Content
The doctests are executed with 'test.globs' as globals which is set in the 'find' method of doctest.DocTestFinder, and cleared after each run (unless 'clear_globs' is false).  One possible fix is to have test.regrtest 'find' a new test_runner before each run instead of always using the same one. This is what does the attached patch.
History
Date User Action Args
2014-03-01 15:04:13xdegayesetrecipients: + xdegaye, georg.brandl, pitrou
2014-03-01 15:04:13xdegayesetmessageid: <1393686253.62.0.207713600891.issue20746@psf.upfronthosting.co.za>
2014-03-01 15:04:13xdegayelinkissue20746 messages
2014-03-01 15:04:13xdegayecreate