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 rhettinger
Recipients multiks2200, rhettinger
Date 2021-04-22.16:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619110395.22.0.463471648001.issue43911@roundup.psfhosted.org>
In-reply-to
Content
This may be a memory fragmentation problem and likely doesn't have anything to do with Queue instances.

As an experiment, try using queue.PriorityQueue and queue.LifoQueue to see if the issue persists.
History
Date User Action Args
2021-04-22 16:53:15rhettingersetrecipients: + rhettinger, multiks2200
2021-04-22 16:53:15rhettingersetmessageid: <1619110395.22.0.463471648001.issue43911@roundup.psfhosted.org>
2021-04-22 16:53:15rhettingerlinkissue43911 messages
2021-04-22 16:53:15rhettingercreate