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 pfreixes
Recipients pfreixes, yselivanov
Date 2017-10-11.06:31:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507703483.18.0.213398074469.issue30457@psf.upfronthosting.co.za>
In-reply-to
Content
Not really, your code never removes the key from the events. If the cache is cleaned all further executions will keep forever in the `wait` statement. It is needed to create the Event again to perform at least one query to retrieve the cache value.
History
Date User Action Args
2017-10-11 06:31:23pfreixessetrecipients: + pfreixes, yselivanov
2017-10-11 06:31:23pfreixessetmessageid: <1507703483.18.0.213398074469.issue30457@psf.upfronthosting.co.za>
2017-10-11 06:31:23pfreixeslinkissue30457 messages
2017-10-11 06:31:23pfreixescreate