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 Ericg
Recipients Ericg, davin, pitrou
Date 2018-02-26.13:19:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519651160.21.0.467229070634.issue32937@psf.upfronthosting.co.za>
In-reply-to
Content
If I do:

    from queue import Queue

    messages = Queue()

No messages are printed. I believe this is expected as a regular Queue cannot be shared between processes. It was a problem that the manager was designed to solve.

I am using a MacPro running 10.3.2
Python 3.6.4

It would not surprise me if this were an OS specific issue. To reproduce it may requiring using a Mac with a high number of cores.

It is trivially reproducible for me.
History
Date User Action Args
2018-02-26 13:19:20Ericgsetrecipients: + Ericg, pitrou, davin
2018-02-26 13:19:20Ericgsetmessageid: <1519651160.21.0.467229070634.issue32937@psf.upfronthosting.co.za>
2018-02-26 13:19:20Ericglinkissue32937 messages
2018-02-26 13:19:20Ericgcreate