Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
bpo-10850: Fix multiprocessing.managers.Server classvar#30086
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
nanjekyejoannah left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Am inclined to think, we document this change in a news entry, if consensus is reached especially for the change. Am not giving consensus some other core devs with expertise can review the BPO and this PR,
It is completely internal and not facing the users, I doubt we need a news entry. |
This PR is stale because it has been open for 30 days with no activity. |
Can you add a use/test case for this as its difficult to understand (undocumented) feature(s). Also, why you need to return _Server? |
Uh oh!
There was an error while loading.Please reload this page.
The classvar is defined but not used.
No need for NEWS, this is mostly internal atm.
https://bugs.python.org/issue10850