[Python-checkins] [3.12] gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036) (GH-121105)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/a5048ad990bab80ecfba9a9d4557100fc19b37f4 commit: a5048ad990bab80ecfba9a9d4557100fc19b37f4 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2024-06-27T23:20:36+01:00 summary: [3.12] gh-1210

[Python-checkins] [3.13] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051) (gh-121107)

2024-06-27 Thread corona10
https://github.com/python/cpython/commit/d5441f6aacc1eab69ad539445568a2ef779cb267 commit: d5441f6aacc1eab69ad539445568a2ef779cb267 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: corona10 date: 2024-06-27T22:12:12Z summary: [3.13] gh-120837:

[Python-checkins] [3.13] gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036) (GH-121106)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/49a01d6290631ef65da6cd142df41c72a7dae3b5 commit: 49a01d6290631ef65da6cd142df41c72a7dae3b5 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2024-06-27T22:59:19+01:00 summary: [3.13] gh-1210

[Python-checkins] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051)

2024-06-27 Thread corona10
https://github.com/python/cpython/commit/1a2e7a747540f74414e7c50556bcb2cc127e9d1c commit: 1a2e7a747540f74414e7c50556bcb2cc127e9d1c branch: main author: Donghee Na committer: corona10 date: 2024-06-28T06:46:46+09:00 summary: gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-1

[Python-checkins] gh-121035: Update logging flow chart to include the lastResort handler. (GH-121036)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/237baf4d7a789deb153fbc1fc3863550949d5da2 commit: 237baf4d7a789deb153fbc1fc3863550949d5da2 branch: main author: Alexander Bessman committer: vsajip date: 2024-06-27T22:11:40+01:00 summary: gh-121035: Update logging flow chart to include the lastResort hand

[Python-checkins] Python 3.13.0b3

2024-06-27 Thread Yhg1s
https://github.com/python/cpython/commit/7b413952e817ae87bfda2ac85dd84d30a6ce743b commit: 7b413952e817ae87bfda2ac85dd84d30a6ce743b branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2024-06-27T15:06:51+02:00 summary: Python 3.13.0b3 files: A Misc/NEWS.d/3.13.0b3.rst D Misc/NEWS.d/next/B

[Python-checkins] gh-121065: Temporarily skip flaky test on free-threaded build (#121100)

2024-06-27 Thread colesbury
https://github.com/python/cpython/commit/4a62a331de1eeda7878960b0bd184a348908245e commit: 4a62a331de1eeda7878960b0bd184a348908245e branch: main author: Sam Gross committer: colesbury date: 2024-06-27T14:03:09-04:00 summary: gh-121065: Temporarily skip flaky test on free-threaded build (#121100)

[Python-checkins] gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887)

2024-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e9b4ec614b66d11623b80471409c16a109f888d5 commit: e9b4ec614b66d11623b80471409c16a109f888d5 branch: main author: Craig Robson committer: serhiy-storchaka date: 2024-06-27T16:44:40Z summary: gh-105623 Fix performance degradation in logging RotatingFileHandle

[Python-checkins] gh-115986 Improve pprint docs formatting (GH-117401)

2024-06-27 Thread encukou
https://github.com/python/cpython/commit/0890ad7c024ccf29614849b6ffadcb92c0e91ce7 commit: 0890ad7c024ccf29614849b6ffadcb92c0e91ce7 branch: main author: Kerim Kabirov committer: encukou date: 2024-06-27T16:32:50+02:00 summary: gh-115986 Improve pprint docs formatting (GH-117401) * Move pprinter

[Python-checkins] [3.13] gh-119521: Remove _IncompleteInputError from the docs (GH-120993) (GH-121076)

2024-06-27 Thread encukou
https://github.com/python/cpython/commit/312a32a74296229ae1c0c103a3ad2e31af79ff39 commit: 312a32a74296229ae1c0c103a3ad2e31af79ff39 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-06-27T15:19:20+02:00 summary: [3.13] gh-119

[Python-checkins] [3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) (#121092)

2024-06-27 Thread Yhg1s
https://github.com/python/cpython/commit/49e5740135670e04ae6da7e6f52dbe380655e0f1 commit: 49e5740135670e04ae6da7e6f52dbe380655e0f1 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2024-06-27T12:13:01Z summary: [3.13] gh-121027: Ad

[Python-checkins] gh-121027: Add a future warning in functools.partial.__get__ (#121086)

2024-06-27 Thread Yhg1s
https://github.com/python/cpython/commit/db96edd6d1a58045196a71aff565743f493b5fbb commit: db96edd6d1a58045196a71aff565743f493b5fbb branch: main author: Serhiy Storchaka committer: Yhg1s date: 2024-06-27T11:47:20Z summary: gh-121027: Add a future warning in functools.partial.__get__ (#121086) fi

[Python-checkins] gh-121082: Fix build failure when the developer use `--enable-pystats` arguments in configuration command after #118450 (#121083)

2024-06-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/223c03a43c010cf4404f2a42efafe587646a0619 commit: 223c03a43c010cf4404f2a42efafe587646a0619 branch: main author: Nadeshiko Manju committer: Fidget-Spinner date: 2024-06-27T19:35:25+08:00 summary: gh-121082: Fix build failure when the developer use `--enable

[Python-checkins] [3.13] gh-120888: Bump bundled pip to 24.1.1 (GH-120889) (#121080)

2024-06-27 Thread Yhg1s
https://github.com/python/cpython/commit/c7d2b2b646f5abdbec501f63ab9b719b3db70a1f commit: c7d2b2b646f5abdbec501f63ab9b719b3db70a1f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2024-06-27T12:53:01+02:00 summary: [3.13] gh-12088

[Python-checkins] gh-120593: Check -Wcast-qual flag in test_cext (#121081)

2024-06-27 Thread vstinner
https://github.com/python/cpython/commit/b7a95dfee30aae171de47f98ed3b7d1cc08e5bd4 commit: b7a95dfee30aae171de47f98ed3b7d1cc08e5bd4 branch: main author: Victor Stinner committer: vstinner date: 2024-06-27T10:22:48Z summary: gh-120593: Check -Wcast-qual flag in test_cext (#121081) Check the usage

[Python-checkins] gh-120686: remove unused internal c api functions (#120687)

2024-06-27 Thread iritkatriel
https://github.com/python/cpython/commit/6f7acaab508edac3dff376912b85cf46a8671e72 commit: 6f7acaab508edac3dff376912b85cf46a8671e72 branch: main author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-06-27T

[Python-checkins] gh-121040: Use __attribute__((fallthrough)) (#121044)

2024-06-27 Thread vstinner
https://github.com/python/cpython/commit/12af8ec864225248c3d2916cb142a5e7ee36cbe2 commit: 12af8ec864225248c3d2916cb142a5e7ee36cbe2 branch: main author: Victor Stinner committer: vstinner date: 2024-06-27T09:58:44Z summary: gh-121040: Use __attribute__((fallthrough)) (#121044) Fix warnings when

[Python-checkins] gh-120888: Bump bundled pip to 24.1.1 (#120889)

2024-06-27 Thread pradyunsg
https://github.com/python/cpython/commit/4999e0bda091826fcdf303dd439364e1d303a5ce commit: 4999e0bda091826fcdf303dd439364e1d303a5ce branch: main author: Pradyun Gedam committer: pradyunsg date: 2024-06-27T09:09:54Z summary: gh-120888: Bump bundled pip to 24.1.1 (#120889) Co-authored-by: Pradyun

[Python-checkins] [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872) (GH-121078)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/9df7392ebad877fdaa3d6f1c1f1c7504a50efb72 commit: 9df7392ebad877fdaa3d6f1c1f1c7504a50efb72 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2024-06-27T10:09:17+01:00 summary: [3.13] gh-1208

[Python-checkins] gh-119521: Remove _IncompleteInputError from the docs (GH-120993)

2024-06-27 Thread encukou
https://github.com/python/cpython/commit/1167a9a30b4b2f327ed987e845e378990d1ae6bf commit: 1167a9a30b4b2f327ed987e845e378990d1ae6bf branch: main author: Petr Viktorin committer: encukou date: 2024-06-27T09:09:22+02:00 summary: gh-119521: Remove _IncompleteInputError from the docs (GH-120993) fil

[Python-checkins] gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872)

2024-06-27 Thread vsajip
https://github.com/python/cpython/commit/7d9c68513d112823a9a6cdc7453b998b2c24eb4c commit: 7d9c68513d112823a9a6cdc7453b998b2c24eb4c branch: main author: Janek Nouvertné committer: vsajip date: 2024-06-27T08:09:01+01:00 summary: gh-120868: Fix breaking change in `logging.config` when using `QueueH