Chris Jerdonek <chris.jerdo...@gmail.com> added the comment: I'm going to address this issue in parts to make it easier to review and see what is going on.
The first patch I'm uploading shortly here: issue 15403. That issue I created to address just the "file creation" part of the code. The approach I'm taking is to keep the file creation code decoupled from the temp directory, sys.path, and import code. My plan is to address the latter in separate patches by creating or modifying existing test support context managers, as necessary. ---------- dependencies: +Refactor package creation support code into a common location title: Refactor the create-package code in test_runpy into a helper module -> Refactor the test_runpy walk_package support code into a common location _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15376> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com