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 ncoghlan
Recipients cjw296, fwierzbicki, ncoghlan, pitrou, r.david.murray
Date 2009-11-15.22:54:39
SpamBayes Score 0.00045166528
Marked as misclassified No
Message-id <1258325681.15.0.661794108376.issue6816@psf.upfronthosting.co.za>
In-reply-to
Content
The windows errors are most likely due to the fact that I'm not doubling
the backslashes in the file paths before passing them to
assertRaisesRegex() as the regular expression pattern.

The reference leak is also interesting, since there isn't any new C code
here. Although I do add quite a few new entries to the path importer
cache as part of the run_path tests - that might be enough to explain it.
History
Date User Action Args
2009-11-15 22:54:41ncoghlansetrecipients: + ncoghlan, pitrou, cjw296, fwierzbicki, r.david.murray
2009-11-15 22:54:41ncoghlansetmessageid: <1258325681.15.0.661794108376.issue6816@psf.upfronthosting.co.za>
2009-11-15 22:54:39ncoghlanlinkissue6816 messages
2009-11-15 22:54:39ncoghlancreate