[Python-checkins] gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)

2024-12-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/30efede33ca1fe32debbae93cc40b0e7e0b133b3 commit: 30efede33ca1fe32debbae93cc40b0e7e0b133b3 branch: main author: Yan Yanchii committer: Fidget-Spinner date: 2024-12-24T05:17:47+08:00 summary: gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-12

[Python-checkins] pathlib tests: create test hierarchy without using class under test (#128200)

2024-12-23 Thread barneygale
https://github.com/python/cpython/commit/d61542b5ff1fe64705e5ce1bcc53048f14098dba commit: d61542b5ff1fe64705e5ce1bcc53048f14098dba branch: main author: Barney Gale committer: barneygale date: 2024-12-23T17:22:15Z summary: pathlib tests: create test hierarchy without using class under test (#1282

[Python-checkins] gh-115999: Update test_opcache to test with nested method (gh-128166)

2024-12-23 Thread corona10
https://github.com/python/cpython/commit/c5b0c90b62f1a10b0742db4bcd17da080d4e9111 commit: c5b0c90b62f1a10b0742db4bcd17da080d4e9111 branch: main author: Donghee Na committer: corona10 date: 2024-12-24T02:08:34+09:00 summary: gh-115999: Update test_opcache to test with nested method (gh-128166) g

[Python-checkins] gh-114203: Optimise simple recursive critical sections (#128126)

2024-12-23 Thread Yhg1s
https://github.com/python/cpython/commit/180d417e9f9456defd4c5b53cae678c318287921 commit: 180d417e9f9456defd4c5b53cae678c318287921 branch: main author: T. Wouters committer: Yhg1s date: 2024-12-23T13:31:33+01:00 summary: gh-114203: Optimise simple recursive critical sections (#128126) Add a fas