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 TwistedSim
Recipients TwistedSim
Date 2018-02-20.01:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519091702.0.0.467229070634.issue32879@psf.upfronthosting.co.za>
In-reply-to
Content
The clear list function call in made after the put(data) on the queue. But the data is sometime clear in the queue (randomly). Since both function are call within the same process, a race condition is not expected.
History
Date User Action Args
2018-02-20 01:55:02TwistedSimsetrecipients: + TwistedSim
2018-02-20 01:55:01TwistedSimsetmessageid: <1519091702.0.0.467229070634.issue32879@psf.upfronthosting.co.za>
2018-02-20 01:55:01TwistedSimlinkissue32879 messages
2018-02-20 01:55:01TwistedSimcreate