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 vstinner
Recipients Rosuav, berker.peksag, brett.cannon, christian.heimes, python-dev, vstinner, xdegaye, yan12125
Date 2016-09-13.07:55:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473753303.28.0.111413948704.issue27322@psf.upfronthosting.co.za>
In-reply-to
Content
test_compileall depends on sys.path? It doesn't seem reliable to me.

I suggest to create a temporary directory and replace sys.path to only have one item: this directory.

I don't know which files are expected to be there, but we can probably copy .py to this temporary directory.

What do you think?
History
Date User Action Args
2016-09-13 07:55:03vstinnersetrecipients: + vstinner, brett.cannon, christian.heimes, xdegaye, python-dev, Rosuav, berker.peksag, yan12125
2016-09-13 07:55:03vstinnersetmessageid: <1473753303.28.0.111413948704.issue27322@psf.upfronthosting.co.za>
2016-09-13 07:55:03vstinnerlinkissue27322 messages
2016-09-13 07:55:03vstinnercreate