Skip to content
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

bpo-37596: Make set and frozenset marshalling deterministic #27926

Merged
merged 7 commits into from
Aug 25, 2021

Conversation

brandtbucher
Copy link
Member

@brandtbucher brandtbucher commented Aug 24, 2021

This PR is intended as an alternative to #27769.

https://bugs.python.org/issue37596

@ambv ambv added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 24, 2021
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @ambv for commit 597be1c 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 24, 2021
@brandtbucher
Copy link
Member Author

Buildbot failure looks unrelated (it seems to have been having that issue for several days).

Python/marshal.c Outdated Show resolved Hide resolved
Python/marshal.c Outdated Show resolved Hide resolved
Python/marshal.c Outdated Show resolved Hide resolved
@rhettinger rhettinger added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 25, 2021
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @rhettinger for commit 23723cb 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 25, 2021
@ambv ambv merged commit 33d95c6 into python:main Aug 25, 2021
jollaitbot pushed a commit to sailfishos-mirror/python-rpm-macros that referenced this pull request Jun 22, 2022
Implemented in:  python/cpython#27926

We keep using it thou, because this is Python version agnostic.

Once we drop support for anything older than 3.11, we can remove it.
That'll be around ~2030. Assuming the world still exists by then.
@brandtbucher brandtbucher deleted the deterministic-pycs branch July 21, 2022 20:18
SomberNight added a commit to SomberNight/python-for-android that referenced this pull request Oct 15, 2024
…ation

patches from:
python/cpython#27926
python/cpython#8226

Both of these are included in python 3.11 upstream.
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.

5 participants