[Python-checkins] GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)

2024-04-06 Thread brandtbucher
https://github.com/python/cpython/commit/62aeb0ee69b06091396398de56dcb755ca3b9dc9 commit: 62aeb0ee69b06091396398de56dcb755ca3b9dc9 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-04-06T08:26:43-07:00 summary: GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-1175

[Python-checkins] gh-96471: Add asyncio queue shutdown (#104228)

2024-04-06 Thread gvanrossum
https://github.com/python/cpython/commit/df4d84c3cdca572f1be8f5dc5ef8ead5351b51fb commit: df4d84c3cdca572f1be8f5dc5ef8ead5351b51fb branch: main author: Laurie O committer: gvanrossum date: 2024-04-06T07:27:13-07:00 summary: gh-96471: Add asyncio queue shutdown (#104228) Co-authored-by: Duprat