[Python-checkins] gh-82017: Support as_integer_ratio() in the Fraction constructor (GH-120271)

2024-07-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c8d2630995fc234f8276e35643a4a43e62224510 commit: c8d2630995fc234f8276e35643a4a43e62224510 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-19T08:06:53+03:00 summary: gh-82017: Support as_integer_ratio() in the Fraction const

[Python-checkins] [3.13] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122000)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/e992cc3922884f0f4250b603b93d804d3989071d commit: e992cc3922884f0f4250b603b93d804d3989071d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-07-19T04:10:11Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122001)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/0403cb41bfc0c112b51d668c44532132893cd311 commit: 0403cb41bfc0c112b51d668c44532132893cd311 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-07-19T04:05:08Z summary: [3.12] gh-1

[Python-checkins] gh-120289: Add external timer in traverse of _lsprof.Profiler (#121998)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/eaf094c09b5b1c33435c60ef49b1cec78c32573c commit: eaf094c09b5b1c33435c60ef49b1cec78c32573c branch: main author: Tian Gao committer: gaogaotiantian date: 2024-07-18T20:46:24-07:00 summary: gh-120289: Add external timer in traverse of _lsprof.Profiler (#1219

[Python-checkins] [3.12] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121989)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/001584da033fca01f9b12c414f835e1daee07939 commit: 001584da033fca01f9b12c414f835e1daee07939 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-07-18T16:37:49-07:00 summary: [3.12]

[Python-checkins] GH-118093: Add tier two support to several instructions (GH-121884)

2024-07-18 Thread brandtbucher
https://github.com/python/cpython/commit/7b36b67b1e585c541b418eaa190c56e73f9a2d87 commit: 7b36b67b1e585c541b418eaa190c56e73f9a2d87 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-07-18T14:24:58-07:00 summary: GH-118093: Add tier two support to several instructions (GH-12188

[Python-checkins] GH-117928: Bump the minimum Sphinx version to 6.2.1 (#121986)

2024-07-18 Thread AA-Turner
https://github.com/python/cpython/commit/7dd52b63cef3ff60868dea510ef7a9adcc6611cc commit: 7dd52b63cef3ff60868dea510ef7a9adcc6611cc branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-18T21:05:3

[Python-checkins] [3.13] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121984)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/721a7dde1156fb72b9217a3f487c84ab5fb52235 commit: 721a7dde1156fb72b9217a3f487c84ab5fb52235 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gaogaotiantian date: 2024-07-18T13:26:47-07:00 summary: [3.13]

[Python-checkins] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (#120297)

2024-07-18 Thread gaogaotiantian
https://github.com/python/cpython/commit/1ab17782832bb1b6baa915627aead3e3516a0894 commit: 1ab17782832bb1b6baa915627aead3e3516a0894 branch: main author: Tian Gao committer: gaogaotiantian date: 2024-07-18T12:47:22-07:00 summary: gh-120289: Disallow disable() and clear() in external timer to preve

[Python-checkins] GH-121970: Combine custom Pygments lexers into a package (#121976)

2024-07-18 Thread AA-Turner
https://github.com/python/cpython/commit/7431c3799efbd06ed03ee70b64420f45e83b3667 commit: 7431c3799efbd06ed03ee70b64420f45e83b3667 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-07-18T18:38:2

[Python-checkins] [3.13] gh-121946: Temporarily switch to llvm-17 in TSan CI (GH-121975) (#121981)

2024-07-18 Thread colesbury
https://github.com/python/cpython/commit/53774e911df09c68cab2b9902b6e623e0f8cc908 commit: 53774e911df09c68cab2b9902b6e623e0f8cc908 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-07-18T17:55:22Z summary: [3.13] gh-121946

[Python-checkins] gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975)

2024-07-18 Thread colesbury
https://github.com/python/cpython/commit/12c1afa9d153fbdf78c970054c08c755f504c5e9 commit: 12c1afa9d153fbdf78c970054c08c755f504c5e9 branch: main author: Sam Gross committer: colesbury date: 2024-07-18T13:30:52-04:00 summary: gh-121946: Temporarily switch to llvm-17 in TSan CI (#121975) The Ubunt

[Python-checkins] gh-112301: Add fortify source level 3 to default compiler options (gh-121520)

2024-07-18 Thread corona10
https://github.com/python/cpython/commit/bdab67e1c795443a0d8f8a5bbeb3a91ac4fd5a19 commit: bdab67e1c795443a0d8f8a5bbeb3a91ac4fd5a19 branch: main author: Nate Ohlson committer: corona10 date: 2024-07-19T01:06:51+09:00 summary: gh-112301: Add fortify source level 3 to default compiler options (gh-1

[Python-checkins] [3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769) (#121869)

2024-07-18 Thread ncoghlan
https://github.com/python/cpython/commit/233ed46e6d2ba1d1f7d83a72ccf9aad9e628ede1 commit: 233ed46e6d2ba1d1f7d83a72ccf9aad9e628ede1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ncoghlan date: 2024-07-19T01:38:28+10:00 summary: [3.13] gh-11

[Python-checkins] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666)

2024-07-18 Thread encukou
https://github.com/python/cpython/commit/94e6644584d9cb08a4edcd1027e288386184816b commit: 94e6644584d9cb08a4edcd1027e288386184816b branch: main author: Vlastimil Zíma committer: encukou date: 2024-07-18T15:57:21+02:00 summary: gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH

[Python-checkins] Python 3.13.0b4

2024-07-18 Thread Yhg1s
https://github.com/python/cpython/commit/567c38b4eba2e652d4474eed50cb398588245742 commit: 567c38b4eba2e652d4474eed50cb398588245742 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2024-07-18T11:41:38+02:00 summary: Python 3.13.0b4 files: A Misc/NEWS.d/3.13.0b4.rst D Misc/NEWS.d/next/B

[Python-checkins] [3.12] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-121743)

2024-07-18 Thread encukou
https://github.com/python/cpython/commit/f88ec9a2031b87622787ce53e746850f10fd9b10 commit: f88ec9a2031b87622787ce53e746850f10fd9b10 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-07-18T15:27:01+02:00 summary: [3.12] gh-643

[Python-checkins] gh-120930: Remove extra blank occuring in wrapped encoded words in email headers (GH-121747)

2024-07-18 Thread encukou
https://github.com/python/cpython/commit/cecaceea31f32f01b5617989e3dc8b2077f53f89 commit: cecaceea31f32f01b5617989e3dc8b2077f53f89 branch: main author: Matthieu Caneill committer: encukou date: 2024-07-18T14:48:05+02:00 summary: gh-120930: Remove extra blank occuring in wrapped encoded words in

[Python-checkins] gh-121657: Additional `yield from` error test using lambda (GH-121722)

2024-07-18 Thread encukou
https://github.com/python/cpython/commit/1056f2bc208bdfe562c79d2a5098723c50ae9c23 commit: 1056f2bc208bdfe562c79d2a5098723c50ae9c23 branch: main author: Gregor <[email protected]> committer: encukou date: 2024-07-18T14:29:03+02:00 summary: gh-121657: Additional `yield fro

[Python-checkins] GH-121784: Generate an error during code gen if a variable is marked `unused`, but is used and thus cached in a prior uop. (#121788)

2024-07-18 Thread markshannon
https://github.com/python/cpython/commit/3eacfc1a4d09a9807bedba58ef4037788b6df961 commit: 3eacfc1a4d09a9807bedba58ef4037788b6df961 branch: main author: Mark Shannon committer: markshannon date: 2024-07-18T12:49:24+01:00 summary: GH-121784: Generate an error during code gen if a variable is marke

[Python-checkins] GH-120024: Use pointer for stack pointer (GH-121923)

2024-07-18 Thread markshannon
https://github.com/python/cpython/commit/169324c27a39a4d6a4dd7b313b0de6ab2d1f7e6b commit: 169324c27a39a4d6a4dd7b313b0de6ab2d1f7e6b branch: main author: Mark Shannon committer: markshannon date: 2024-07-18T12:47:21+01:00 summary: GH-120024: Use pointer for stack pointer (GH-121923) files: M Incl

[Python-checkins] [3.12] gh-121874: Define audit-event open parameters consistently (GH-121883) (GH-121955)

2024-07-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1d915aaf5c925e7e8d5c783af9174a2e5ea6a8a4 commit: 1d915aaf5c925e7e8d5c783af9174a2e5ea6a8a4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-18T10:12:40Z summary: [3.12] gh

[Python-checkins] gh-121874: Define audit-event open parameters consistently (GH-121883)

2024-07-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/24cf867bed6035f33cd3b38d89d303b7522f12a6 commit: 24cf867bed6035f33cd3b38d89d303b7522f12a6 branch: main author: Bernhard M. Wiedemann committer: serhiy-storchaka date: 2024-07-18T13:05:39+03:00 summary: gh-121874: Define audit-event open parameters consist

[Python-checkins] [3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)

2024-07-18 Thread Yhg1s
https://github.com/python/cpython/commit/afa5321c6c7cbb28cc1f4100ca3213669a01389d commit: afa5321c6c7cbb28cc1f4100ca3213669a01389d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-07-18T01:52:39-07:00 summary: [3.13] gh-12162

[Python-checkins] gh-121921: Make bogus_code_obj.py crash the interpreter (#121922)

2024-07-18 Thread hauntsaninja
https://github.com/python/cpython/commit/63ddd28cf3e4a9a11a39d03418c5ad92785af4ff commit: 63ddd28cf3e4a9a11a39d03418c5ad92785af4ff branch: main author: Jelle Zijlstra committer: hauntsaninja <[email protected]> date: 2024-07-18T04:02:08-04:00 summary: gh-121921: Make