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 terry.reedy
Recipients cheryl.sabella, louielu, serhiy.storchaka, terry.reedy, wohlganger
Date 2017-09-03.04:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504413372.46.0.829316090514.issue27099@psf.upfronthosting.co.za>
In-reply-to
Content
The warning is from code context.  The callback after loops run whether one uses context or not and there is currently no mechanism to stop them.  I will add a cancel function soon.  Or the loops might be eliminated by adding context to the config change notification mechanism.
History
Date User Action Args
2017-09-03 04:36:12terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, louielu, cheryl.sabella, wohlganger
2017-09-03 04:36:12terry.reedysetmessageid: <1504413372.46.0.829316090514.issue27099@psf.upfronthosting.co.za>
2017-09-03 04:36:12terry.reedylinkissue27099 messages
2017-09-03 04:36:12terry.reedycreate