Skip to content

gh-144503: Pass sys.argv as separate command line arguments.#144508

Open
sjoerdjob wants to merge 3 commits intopython:mainfrom
sjoerdjob:issue-144503-multiprocessing-forkserver-arglen
Open

gh-144503: Pass sys.argv as separate command line arguments.#144508
sjoerdjob wants to merge 3 commits intopython:mainfrom
sjoerdjob:issue-144503-multiprocessing-forkserver-arglen

Conversation

@sjoerdjob
Copy link

@sjoerdjob sjoerdjob commented Feb 5, 2026

The maximum length of a single command line argument is more restricted than the total size of all command line arguments together.

The maximum length of a single command line argument is more restricted
than the total size of all command line arguments together.
@sjoerdjob sjoerdjob requested a review from gpshead as a code owner February 5, 2026 15:15
@python-cla-bot
Copy link

python-cla-bot bot commented Feb 5, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Feb 5, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

The `resource` module is not available in a WASI environment.
@sjoerdjob sjoerdjob force-pushed the issue-144503-multiprocessing-forkserver-arglen branch from c375314 to 0507aa0 Compare February 5, 2026 15:35
else:
authkey = b''

if preload:
Copy link
Author

Choose a reason for hiding this comment

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

I'm kind-of inclined to think that this logic should be in _handle_preload, but I'm not sure how to combine that with the tests that were introduced in gh-141859.

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.

1 participant