Mark Dickinson <[EMAIL PROTECTED]> added the comment: Removed the old patch.
Here's a better patch, that avoids changing the semantics of the threading tests. As far as I can tell, the setting and resetting of DefaultContext traps in DecimalTest's setUp and tearDown method was pointless, since that test doesn't use the DefaultContext: it uses its own freshly created context instead. So the patch removes the setting of traps from setUp, and removes tearDown entirely. Added file: http://bugs.python.org/file10150/decimal_localcontext.patch __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2728> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com