Message42298
Logged In: YES
user_id=89016
test_builtin.py is now updated to test more error
situations. This increases the coverage of bltinmodule.c
from 75.13% to 92.20%, and it actually revealed one or two
potential bugs:
http://www.python.org/sf/665761 and
http://www.python.org/sf/665835
I'm not 100% sure that test_intern() and test_execfile() do
the right thing.
I'm not sure, whether the test script should check for
undocumented implementation artefacts, like:
a = 1
self.assert_(min(a, 1L) is a)
but in this way at least we get notified if something is
changed unintentionally.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:19:35 | admin | link | issue662807 messages |
| 2007-08-23 15:19:35 | admin | create | |
|