-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add SetProxy
and support for set
operations in multiprocessing.managers
for Python 3.14.0a5+
#13535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SetProxy
and support for set
operations in multiprocessing.managers
for Python 3.14.0a5+
This comment has been minimized.
This comment has been minimized.
Thank you for your contribution. Unfortunately, we only start accepting contributions for future Python versions after the first beta has been released. See our contribution guidelines. |
Then, should I reopen this PR when 3.14.0a5 is released? |
@mmingyu Yes, please feel free to reopen (or ping me) when 3.14.0b1(!) is released and this PR is still relevant. |
@mmingyu Beta 1 has been released! I don't think contributors can re-open their PRs. You can let us know if you'd like us to re-open this or you can create a new PR! |
…nce current executable (python#13597)
Restore JACK-Client macOS tests
--------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Avasam <samuel.06@hotmail.com>
--------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Update `logging.handlers.SysLogHandler` for 3.14 * Fix method name --------- Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
--------- Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Duplicate of #14077. |
Add
SetProxy
and support forset
operations in stdlibmultiprocessing.managers
for Python 3.14.0a5+set()
tomultiprocessing.managers.SyncManager
cpython#129948set()
tomultiprocessing.managers.SyncManager
cpython#129949https://docs.python.org/3.14/library/multiprocessing.html#multiprocessing.managers.SyncManager.set
