
tim.peters at gmail
Feb 16, 2005, 2:09 PM
Post #2 of 28
(4595 views)
Permalink
|
> Subject: FAILED (errors=1) : Zope-2_7-branch Python-2.4 : Linux > From: Zope Unit Tests > Date: Tue Feb 15 23:08:32 EST 2005 > URL: http://mail.zope.org/pipermail/zope-tests/2005-February/001596.html That was an error in test_bound_used_context_method_w_roles (AccessControl.tests.testBindings.TestBindings) ... Unauthorized: Not authorized to access binding: context Unfortunately, Tres Seaver, Jim Fulton and I traced this to a bug in Python 2.4 (the __name__ attribute of function objects became unreadable in restricted execution mode under 2.4; this appears to be an accidental consquence of making func.__name__ *writable* in 2.4). I'll fix it for Python 2.4.1, but that test will continue to fail under 2.4. If you want to follow the Python progress, here's Tres's Python bug report: http://www.python.org/sf/1124295 _______________________________________________ Zope-Coders mailing list Zope-Coders [at] zope http://mail.zope.org/mailman/listinfo/zope-coders
|