Add SetProxy and support for set operations in multiprocessing.managers for Python 3.14.0a5+#13535
Add SetProxy and support for set operations in multiprocessing.managers for Python 3.14.0a5+#13535mmingyu wants to merge 389 commits intopython:mainfrom
SetProxy and support for set operations in multiprocessing.managers for Python 3.14.0a5+#13535Conversation
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
SetProxyand support forsetoperations in stdlibmultiprocessing.managersfor Python 3.14.0a5+set()tomultiprocessing.managers.SyncManagercpython#129948set()tomultiprocessing.managers.SyncManagercpython#129949https://docs.python.org/3.14/library/multiprocessing.html#multiprocessing.managers.SyncManager.set
