Skip to content

gh-138682: Add symmetric difference to Counter - #138766

Merged
rhettinger merged 9 commits into
python:mainfrom
rhettinger:symdiff
Sep 26, 2025
Merged

gh-138682: Add symmetric difference to Counter#138766
rhettinger merged 9 commits into
python:mainfrom
rhettinger:symdiff

Conversation

@rhettinger

@rhettingerrhettinger commented Sep 10, 2025

Copy link
Copy Markdown
Contributor

@rhettingerrhettinger self-assigned this Sep 10, 2025
@rhettingerrhettinger added type-feature A feature request or enhancement 3.15 pre-release feature fixes, bugs and security fixes labels Sep 10, 2025
Comment threadDoc/library/collections.rst Outdated
Comment threadDoc/whatsnew/3.15.rst Outdated
Comment threadMisc/NEWS.d/next/Library/2025-09-10-13-32-25.gh-issue-138682.iExqx1.rst Outdated
rhettingerand others added 3 commits September 24, 2025 07:58
…Exqx1.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Comment threadLib/collections/__init__.py Outdated
Comment threadLib/test/test_collections.py Outdated
rhettingerand others added 4 commits September 24, 2025 10:13
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Algebraic simplification saving a local variable store and two fetches.
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@rhettinger
rhettinger merged commit 7909b30 into python:mainSep 26, 2025
45 checks passed
@rhettinger
rhettinger deleted the symdiff branch September 26, 2025 05:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.15pre-release feature fixes, bugs and security fixestype-featureA feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rhettinger@picnixz