]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-61460: Add a comment describing the multiprocessing.connection protocol (gh-99623)
authorGregory P. Smith <greg@krypto.org>
Sun, 20 Nov 2022 18:20:04 +0000 (10:20 -0800)
committerGitHub <noreply@github.com>
Sun, 20 Nov 2022 18:20:04 +0000 (10:20 -0800)
commitabf5b6ff43c5e238e2d577c95ed27bc8ff01afd5
treef4cab2883bb97a1e07425ac6ba06508cb462338d
parent9c4232ae8972a33f84e875cfdd866318a1233e47
gh-61460: Add a comment describing the multiprocessing.connection protocol (gh-99623)

Describe the multiprocessing connection protocol.

It isn't a good protocol, but it is what it is.  This way we can more
easily reason about making changes to it in a backwards compatible way.
Lib/multiprocessing/connection.py