Message111810
| Author |
Alexander.Belopolsky |
| Recipients |
Alexander.Belopolsky, belopolsky, eli.bendersky, pitrou, terry.reedy |
| Date |
2010年07月28日.13:53:57 |
| SpamBayes Score |
0.00033935893 |
| Marked as misclassified |
No |
| Message-id |
<9B647936-248E-4F43-A8C6-EF3BA14042D4@gmail.com> |
| In-reply-to |
<1280324389.19.0.734344154603.issue9315@psf.upfronthosting.co.za> |
| Content |
Yep, this looks like me. Will fix shortly. Feel free to revert my
change if it stops you.
On Jul 28, 2010, at 9:39 AM, Antoine Pitrou <report@bugs.python.org>
wrote:
>
> Antoine Pitrou <pitrou@free.fr> added the comment:
>
> test test_sys_setprofile crashed -- <type 'exceptions.ImportError'>:
> cannot import name support
> Traceback (most recent call last):
> File "./Lib/test/regrtest.py", line 863, in runtest_inner
> File "/home/buildbot/slave/py-build/2.7.norwitz-amd64/build/Lib/
> test/test_sys_setprofile.py", line 5, in <module>
> from test import support
> ImportError: cannot import name support
>
> test test_sys_settrace crashed -- <type 'exceptions.SyntaxError'>:
> unqualified exec is not allowed in function
> 'test_jump_to_firstlineno' it contains a nested function with free
> variables (test_sys_settrace.py, line 777)
> Traceback (most recent call last):
> File "./Lib/test/regrtest.py", line 863, in runtest_inner
> SyntaxError: unqualified exec is not allowed in function
> 'test_jump_to_firstlineno' it contains a nested function with free
> variables (test_sys_settrace.py, line 777)
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue9315>
> _______________________________________ |
|