[Bug]: multi_process_shared.py doesn't correctly handle cross process authentication #26167
Closed
1 of 15 tasks
Labels
bug
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P2
python
Milestone
What happened?
Right now when trying to access objects across processes, multi_process_shared.py doesn't set an auth key. When that happens, the manager still creates an auth key for that process based on the current process's authKey - https://github.com/python/cpython/blob/4dc339b4d69195448207e1faecc3e258700daf33/Lib/multiprocessing/managers.py#L503
This causes cross-process authentication to fail and means that multi_process_shared.py doesn't correctly work.
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: