Add set()
to multiprocessing.managers.SyncManager
#129948
Labels
stdlib
Python modules in the Lib dir
topic-multiprocessing
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
The SyncManager provides support for various data structures such as dict, list, and queue, but oddly, it does not support set. This inconsistency feels little bit weird.
Unless there is a specific reason, I propose adding support for set as well.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
set()
tomultiprocessing.managers.SyncManager
#129949The text was updated successfully, but these errors were encountered: