FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-44733: max_tasks_per_child + fork not allowed by loganasherjones · Pull Request #32187 · python/cpython · GitHub

/ cpython Public

bpo-44733: max_tasks_per_child + fork not allowed - #32187

Closed
loganasherjones wants to merge 1 commit into
python:mainfrom
loganasherjones:issue-44733-sans-fork
Closed

bpo-44733: max_tasks_per_child + fork not allowed#32187
loganasherjones wants to merge 1 commit into
python:mainfrom
loganasherjones:issue-44733-sans-fork

Conversation

loganasherjones commented Mar 30, 2022
edited
Loading

Copy link
Copy Markdown
Contributor

These changes ensure that if a user specifies max_tasks_per_child but no mp_context, a usable mp_context is generated automatically for them. If the user specified the fork context, then an error will be thrown.

For more information please see:

https://bugs.python.org/issue44733

Copy link
Copy Markdown
Contributor Author

ping @gpshead don't really know who else to ping about this.

MaxwellDupre left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Can you add a test please?

gpshead commented Apr 24, 2022

Copy link
Copy Markdown
Member

Related, I've got #91587 to do this. I'll reconcile these two and get one merged within the next couple weeks.

gpshead commented May 6, 2022

Copy link
Copy Markdown
Member

Taken care of in fa4f0a1 via my other PR.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL