[New-bugs-announce] [issue35917] multiprocessing: provide unit-tests for manager classes and shareable types

Giampaolo Rodola' report at bugs.python.org
Wed Feb 6 11:35:19 EST 2019


New submission from Giampaolo Rodola' <g.rodola at gmail.com>:

This is a follow up of BPO-35813 and PR-11664 and it provides unit tests for SyncManager and SharedMemoryManager classes + all the shareable types which are supposed to be supported by them. Also, see relevant python-dev discussion at: https://mail.python.org/pipermail/python-dev/2019-February/156235.html.

In doing so I discovered a couple of issues which I will treat in a separate BPO ticket (multiprocessing.managers's dict.has_key() and Pool() appear to be broken).

----------
components: Tests
messages: 334952
nosy: giampaolo.rodola
priority: normal
severity: normal
stage: patch review
status: open
title: multiprocessing: provide unit-tests for manager classes and shareable types
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35917>
_______________________________________


More information about the New-bugs-announce mailing list