[Python-checkins] r74086 - in python/branches/release31-maint: Lib/test/test_import.py Python/import.c
Alexandre Vassalotti
alexandre at peadrop.com
Sun Jul 19 18:51:25 CEST 2009
David, could you investigate the test failure on the
amd64-gentoo-linux buildbot?
http://www.python.org/dev/buildbot/3.x.stable/amd64%20gentoo%203.x/builds/986/step-test/0
Thanks,
-- Alexandre
On Sat, Jul 18, 2009 at 9:59 PM,
r.david.murray<python-checkins at python.org> wrote:
> Author: r.david.murray
> Date: Sun Jul 19 03:59:05 2009
> New Revision: 74086
>
> Log:
> Merged revisions 74058 via svnmerge from
> svn+ssh://pythondev@svn.python.org/python/branches/py3k
>
> ................
> r74058 | alexandre.vassalotti | 2009-07-17 06:55:50 -0400 (Fri, 17 Jul 2009) | 36 lines
>
> Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from
> svn+ssh://pythondev@svn.python.org/python/trunk
>
> ........
> r73870 | r.david.murray | 2009-07-06 21:06:13 -0400 (Mon, 06 Jul 2009) | 5 lines
>
> Issue 6070: when creating a compiled file, after copying the mode bits, on
> posix zap the execute bit in case it was set on the .py file, since the
> compiled files are not directly executable on posix. Patch by Marco N.
> ........
> r73879 | r.david.murray | 2009-07-07 05:54:16 -0400 (Tue, 07 Jul 2009) | 3 lines
>
> Update issue 6070 patch to match the patch that was actually tested
> on Windows.
> ........
> r73899 | r.david.murray | 2009-07-08 21:43:41 -0400 (Wed, 08 Jul 2009) | 3 lines
>
> Conditionalize test cleanup code to eliminate traceback, which will
> hopefully reveal the real problem.
> ........
> r73900 | r.david.murray | 2009-07-08 22:06:17 -0400 (Wed, 08 Jul 2009) | 2 lines
>
> Make test work with -O.
> ........
> r73905 | r.david.murray | 2009-07-09 09:55:44 -0400 (Thu, 09 Jul 2009) | 3 lines
>
> Specify umask in execute bit test to get consistent results
> and make sure we test resetting all three execute bits.
> ........
> r73906 | r.david.murray | 2009-07-09 11:35:33 -0400 (Thu, 09 Jul 2009) | 5 lines
>
> Curdir needs to be in the path for the test to work on all buildbots.
> (I copied this from another import test, but currently this will fail if
> TESTFN ends up in /tmp...see issue 2609).
> ........
> ................
>
>
> Modified:
> python/branches/release31-maint/ (props changed)
> python/branches/release31-maint/Lib/test/test_import.py
> python/branches/release31-maint/Python/import.c
>
More information about the Python-checkins
mailing list