commit | abf5b6ff43c5e238e2d577c95ed27bc8ff01afd5 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sun Nov 20 10:20:04 2022 -0800 |
committer | GitHub <noreply@github.com> | Sun Nov 20 10:20:04 2022 -0800 |
tree | f4cab2883bb97a1e07425ac6ba06508cb462338d | |
parent | 9c4232ae8972a33f84e875cfdd866318a1233e47 [diff] |
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.