This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients flox, gz, python-dev, vinay.sajip, xdegaye
Date 2013-01-15.23:18:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358291919.79.0.0296062971846.issue9501@psf.upfronthosting.co.za>
In-reply-to
Content
The initial teardown_module.py can be simply replaced with
(not a contrived example anymore) the following statements
to print the spurious ignored Exceptions:

# Run the script in a loop:
# while [ 1 ]; do python3 teardown_module.py; sleep .1; done
import logging
logging.lastResort = None
print('Fin')
History
Date User Action Args
2013-01-15 23:18:39xdegayesetrecipients: + xdegaye, vinay.sajip, flox, gz, python-dev
2013-01-15 23:18:39xdegayesetmessageid: <1358291919.79.0.0296062971846.issue9501@psf.upfronthosting.co.za>
2013-01-15 23:18:39xdegayelinkissue9501 messages
2013-01-15 23:18:39xdegayecreate