[New-bugs-announce] [issue28973] multiprocess.Queue changes objects identity

Bernhard10 report at bugs.python.org
Wed Dec 14 09:38:29 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28973>
_______________________________________


More information about the New-bugs-announce mailing list