Skip to content

Conversation

@freakboy3742
Copy link
Contributor

@freakboy3742 freakboy3742 commented Dec 5, 2023

Refactors the use of del-safe symbols so that they can be overridden in a cross-platform build environment.

Includes the first references to iOS as a platform identifier (following the acceptance of PEP 730). I was advised in an in-person chat with @ned-deily that as long as tvOS/watchOS patches didn't break anything for existing platforms, they were OK to leave in; but I'm happy to strip those out if you'd prefer.

There's no new tests... because I'm not sure what a test for this would look like. It doesn't change any runtime behavior - the change is really only observable if you're building a crossenv-style environment. I'm open to suggestions for what a test for this would entail.

@gpshead gpshead merged commit dc824c5 into python:main Dec 5, 2023
@freakboy3742 freakboy3742 deleted the subprocess-crossenv branch December 5, 2023 04:23
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…hon#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Aug 5, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Aug 5, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Aug 5, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Aug 5, 2024
python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…hon#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Sep 6, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Sep 9, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Sep 9, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Sep 9, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Sep 9, 2024
python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Oct 9, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Dec 13, 2024
python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Dec 13, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Dec 13, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
freakboy3742 added a commit to freakboy3742/cpython that referenced this pull request Dec 13, 2024
…ss (python#112738)

Refactor delete-safe symbol handling in subprocess.

Only module globals are force-cleared during interpreter finalization, using a class reference instead of individually listing the constants everywhere is simpler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants