[Python-checkins] [3.13] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120299)

2024-06-09 Thread carljm
https://github.com/python/cpython/commit/03cd44759f8e5faaa154628e196860255d87bddd commit: 03cd44759f8e5faaa154628e196860255d87bddd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-10T00:37:28-04:00 summary: [3.13] gh-1196

[Python-checkins] [3.12] gh-119666: fix multiple class-scope comprehensions referencing __class__ (GH-120295) (#120300)

2024-06-09 Thread carljm
https://github.com/python/cpython/commit/82c93ea55a71e7cae160e749b93f91cf89bb562f commit: 82c93ea55a71e7cae160e749b93f91cf89bb562f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: carljm date: 2024-06-10T00:37:15-04:00 summary: [3.12] gh-1196

[Python-checkins] gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)

2024-06-09 Thread carljm
https://github.com/python/cpython/commit/0ae8579b85f9b0cd3f287082ad6e194bdb025d88 commit: 0ae8579b85f9b0cd3f287082ad6e194bdb025d88 branch: main author: Carl Meyer committer: carljm date: 2024-06-09T22:23:30-04:00 summary: gh-119666: fix multiple class-scope comprehensions referencing __class__