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 ezio.melotti
Recipients ezio.melotti, pitrou, serhiy.storchaka
Date 2013-02-20.03:01:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361329289.06.0.007526267954.issue17249@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the following warning:

$ ./python -m test test_capi
[1/1] test_capi
Warning -- threading._dangling was modified by test_capi
1 test altered the execution environment:
    test_capi

This test was introduced in f7993dc6bf26, and it seems to predate unittest.  Maybe it should be moved outside test_main while we are at it.
History
Date User Action Args
2013-02-20 03:01:29ezio.melottisetrecipients: + ezio.melotti, pitrou, serhiy.storchaka
2013-02-20 03:01:29ezio.melottisetmessageid: <1361329289.06.0.007526267954.issue17249@psf.upfronthosting.co.za>
2013-02-20 03:01:28ezio.melottilinkissue17249 messages
2013-02-20 03:01:28ezio.melotticreate