Message72536
It sounds like you are trying to get around "once"/"default" rules to
see all warnings raised. Why can't you use catch_warnings() and do
``simplefilter("always")`` or use "error"? Otherwise you can force the
importing and use of the pure Python implementation of warnings if you
really want to continue to use your hacked version of warn_explicit (see
test_warnings on how to control whether the C implementation gets used
or not). |
|
Date |
User |
Action |
Args |
2008-09-04 22:36:43 | brett.cannon | set | recipients:
+ brett.cannon, exarkun, benjamin.peterson |
2008-09-04 22:36:43 | brett.cannon | set | messageid: <1220567803.84.0.868856417291.issue3780@psf.upfronthosting.co.za> |
2008-09-04 22:36:43 | brett.cannon | link | issue3780 messages |
2008-09-04 22:36:42 | brett.cannon | create | |
|