Skip to content

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

Merged
ambv merged 7 commits into
python:mainfrom
brandtbucher:deterministic-pycs
Aug 25, 2021
Merged

bpo-37596: Make set and frozenset marshalling deterministic#27926
ambv merged 7 commits into
python:mainfrom
brandtbucher:deterministic-pycs

Conversation

@brandtbucher

@brandtbucherbrandtbucher commented Aug 24, 2021

Copy link
Copy Markdown
Member

This PR is intended as an alternative to #27769.

https://bugs.python.org/issue37596

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

Copy link
Copy Markdown

🤖 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-botbedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 24, 2021
@brandtbucher

Copy link
Copy Markdown
MemberAuthor

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

Comment threadLib/test/test_marshal.py Outdated
Comment threadLib/test/test_marshal.py Outdated
Comment threadMisc/NEWS.d/next/Library/2021-08-23-21-39-59.bpo-37596.ojRcwB.rst Outdated
Comment threadPython/marshal.c Outdated
Comment threadPython/marshal.c Outdated
Comment threadPython/marshal.c Outdated
@rhettingerrhettinger added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 25, 2021
@bedevere-bot

Copy link
Copy Markdown

🤖 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-botbedevere-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:mainAug 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
gordonmessmer pushed a commit to gordonmessmer/python-rpm-packaging that referenced this pull request May 17, 2025
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.
gordonmessmer pushed a commit to gordonmessmer/python-rpm-packaging that referenced this pull request May 17, 2025
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.
f321x pushed a commit to f321x/spesmilo-python-for-android-fork-fork that referenced this pull request Aug 25, 2025
Sign up for freeto 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

@brandtbucher@bedevere-bot@rhettinger@ambv@the-knights-who-say-ni