]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125832: Clarify comment for inlined comprehensions as per P… (gh-126345)
authorDonghee Na <donghee.na@python.org>
Sun, 3 Nov 2024 04:00:52 +0000 (13:00 +0900)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 04:00:52 +0000 (04:00 +0000)
commit4afa129ed08780ef84fcee4dd1168a33034f2ea5
tree055835f78026ae5d395c8ea24558eb61da84f858
parentf4bc64d204dce541c20e1425a3b70cab6e811607
[3.12] gh-125832: Clarify comment for inlined comprehensions as per P… (gh-126345)

* [3.12] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (gh-126322)

* Fix comprehensions comment to inlined by pep 709

* Update spacing

Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
* Add reference to PEP 709

---------

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
* Add space

---------

Co-authored-by: rimchoi <hyerimc858@gmail.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: RUANG (James Roy) <longjinyii@outlook.com>
Python/compile.c