New submission from Bernhard10: When I did some tests involving unittest.mock.sentinel and multiprocessing.Queue, I noticed that multiprocessing.Queue changes the id of the sentinel.
This behaviour is definitely surprising and not documented. ---------- files: mwe.py messages: 283192 nosy: Bernhard10 priority: normal severity: normal status: open title: multiprocess.Queue changes objects identity type: behavior versions: Python 2.7, Python 3.5 Added file: http://bugs.python.org/file45899/mwe.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28973> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com