Skip to content

PEP 798: Unpacking in Comprehensions #4498

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 27 commits into from
Jul 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e1bf79f
add draft pip
adqm Jun 20, 2025
3effe1f
add link to new post
adqm Jun 22, 2025
f61fe22
reword things, reorganize, add examples
adqm Jun 25, 2025
8abeb21
phrasing of section on async generators
adqm Jun 25, 2025
be81afe
add missing line from example
adqm Jun 25, 2025
1b74bfa
reorder things
adqm Jun 28, 2025
e776a63
rephrasing, adding more examples and discussion
adqm Jun 29, 2025
17b5789
add disadvantages section, remove 'we'
adqm Jun 30, 2025
ee343ba
add example
adqm Jun 30, 2025
2014099
type checkers
adqm Jun 30, 2025
bd610db
add more examples from the standard library
adqm Jul 4, 2025
c521ea8
update date
adqm Jul 4, 2025
6338551
small efficiency note
adqm Jul 4, 2025
84181e5
remove bytecode examples, add more SO examples, phrasing/spelling
adqm Jul 4, 2025
370f61e
small working changes
adqm Jul 13, 2025
3ea9781
add brief discussion of other languages
adqm Jul 14, 2025
0ab2cca
reorder sections
adqm Jul 14, 2025
c7306b6
move to pep 798
adqm Jul 19, 2025
c6cb42b
fix a few typos
adqm Jul 20, 2025
73429c0
add Jelle to codeowners
adqm Jul 20, 2025
f7171db
code formatting for grammar blocks
adqm Jul 20, 2025
bf99189
wording of concerns/disadvantages
adqm Jul 20, 2025
413017e
fix filenames in examples section
adqm Jul 20, 2025
47a28f6
add prefixes to reference names
adqm Jul 20, 2025
5616000
add reference to itertools.chain.from_iterable to the motivation section
adqm Jul 20, 2025
e3434cf
remove reference to performance improvement
adqm Jul 20, 2025
d7f77c1
change capitalization of suggested error messages
adqm Jul 20, 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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ peps/pep-0791.rst @vstinner
peps/pep-0792.rst @dstufft
peps/pep-0793.rst @encukou
peps/pep-0794.rst @brettcannon
peps/pep-0798.rst @JelleZijlstra
# ...
peps/pep-0801.rst @warsaw
# ...
Expand Down
Loading