-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Fix a traceback in multiprocessing example #100408
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Dec 21, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 5, 2023
…-100409) (cherry picked from commit a28d4ed) Co-authored-by: Serhiy Storchaka <[email protected]>
iritkatriel
pushed a commit
that referenced
this issue
Apr 5, 2023
gaogaotiantian
pushed a commit
to gaogaotiantian/cpython
that referenced
this issue
Apr 8, 2023
warsaw
pushed a commit
to warsaw/cpython
that referenced
this issue
Apr 11, 2023
It seems to me we can close this issue as completed. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 29, 2023
…-100409) (cherry picked from commit a28d4ed) Co-authored-by: Serhiy Storchaka <[email protected]>
The fix was not backported to 3.11 yet. |
serhiy-storchaka
added a commit
that referenced
this issue
Jun 29, 2023
…) (GH-106231) (cherry picked from commit a28d4ed) Co-authored-by: Serhiy Storchaka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The
multiprocessing
module documentation contains the following example:Actually, it is outdated. It was so in Python 2, but in Python 3 before 3.12 you get AttributeError with different message
and in 3.12 you get
Linked PRs
The text was updated successfully, but these errors were encountered: