8000 gh-111178: fix UBSan failures in `Modules/itertoolsmodule.c` by picnixz · Pull Request #129780 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-111178: fix UBSan failures in Modul 8000 es/itertoolsmodule.c #129780

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

Merged
merged 25 commits into from
Feb 19, 2025
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ef9f762
fix UBSan failures for `batchedobject`
picnixz Feb 6, 2025
8cfd9f3
fix UBSan failures for `pairwiseobject`
picnixz Feb 6, 2025
a50c28f
fix UBSan failures for `groupbyobject`
picnixz Feb 6, 2025
c61c1da
fix UBSan failures for `_grouperobject`
picnixz Feb 6, 2025
7a02ffc
fix UBSan failures for `teedataobject`
picnixz Feb 6, 2025
b0f971a
fix UBSan failures for `teeobject`
picnixz Feb 6, 2025
8dc8779
fix UBSan failures for `cycleobject`
picnixz Feb 6, 2025
27e83cf
fix UBSan failures for `dropwhileobject`
picnixz Feb 6, 2025
517b00e
fix UBSan failures for `takewhileobject`
picnixz Feb 6, 2025
5b3b086
fix UBSan failures for `isliceobject`
picnixz Feb 6, 2025
b3a53d3
fix UBSan failures for `starmapobject`
picnixz Feb 6, 2025
02d3695
fix UBSan failures for `chainobject`
picnixz Feb 6, 2025
d45dc28
fix UBSan failures for `productobject`
picnixz Feb 6, 2025
36a1b3c
fix UBSan failures for `combinationsobject`
picnixz Feb 6, 2025
56b1dcc
fix UBSan failures for `cwrobject`
picnixz Feb 6, 2025
8bcb250
fix UBSan failures for `permutationsobject`
picnixz Feb 6, 2025
b772394
fix UBSan failures for `accumulateobject`
picnixz Feb 6, 2025
b9b3f16
fix UBSan failures for `compressobject`
picnixz Feb 6, 2025
658ef78
fix UBSan failures for `filterfalseobject`
picnixz Feb 6, 2025
e780c70
fix UBSan failures for `countobject`
picnixz Feb 6, 2025
b376791
fix UBSan failures for `repeatobject`
picnixz Feb 6, 2025
b6ebab3
fix UBSan failures for `ziplongestobject`
picnixz Feb 6, 2025
8000 dff40b4
Merge remote-tracking branch 'upstream/main' into fix/ubsan/itertools…
picnixz Feb 7, 2025
5f66aec
Merge branch 'main' into fix/ubsan/itertools-111178
encukou Feb 17, 2025
b94e7c5
Restore a cast
encukou Feb 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading
0