[Python-checkins] gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-114986)" (GH-116178)

2024-02-29 Thread encukou
https://github.com/python/cpython/commit/7895a61168aad4565a1d953104c9ec620e7c588f commit: 7895a61168aad4565a1d953104c9ec620e7c588f branch: main author: Tian Gao committer: encukou date: 2024-03-01T07:46:33+01:00 summary: gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-11

[Python-checkins] gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)

2024-02-29 Thread colesbury
https://github.com/python/cpython/commit/339c8e1c13adc299a0e2e49c93067e7817692380 commit: 339c8e1c13adc299a0e2e49c93067e7817692380 branch: main author: Brett Simmers committer: colesbury date: 2024-02-29T21:53:32-05:00 summary: gh-115999: Disable the specializing adaptive interpreter in free-thr

[Python-checkins] [3.11] gh-115881: Document feature_version limitations (#115980) (#116174)

2024-02-29 Thread hauntsaninja
https://github.com/python/cpython/commit/718172719f238b0e79f2d620341047ce0b94bc7d commit: 718172719f238b0e79f2d620341047ce0b94bc7d branch: 3.11 author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-03-01

[Python-checkins] [3.12] gh-115881: Document feature_version limitations (#115980) (#116173)

2024-02-29 Thread hauntsaninja
https://github.com/python/cpython/commit/2cf68dbe2907d13a8d34a6df42ec5b506dd4f1d9 commit: 2cf68dbe2907d13a8d34a6df42ec5b506dd4f1d9 branch: 3.12 author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-03-01

[Python-checkins] gh-116099: Fix refcounting bug in `_queueobj_shared()` (gh-116164)

2024-02-29 Thread ericsnowcurrently
https://github.com/python/cpython/commit/2e94a6687c1a9750e9d2408a8dff0a422aeaf0e4 commit: 2e94a6687c1a9750e9d2408a8dff0a422aeaf0e4 branch: main author: Brett Simmers committer: ericsnowcurrently date: 2024-03-01T01:02:12Z summary: gh-116099: Fix refcounting bug in `_queueobj_shared()` (gh-116164

[Python-checkins] [3.12] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027) (#116158)

2024-02-29 Thread JelleZijlstra
https://github.com/python/cpython/commit/5f63b73d5216c785a3bddc4892ba3463ea6ec62b commit: 5f63b73d5216c785a3bddc4892ba3463ea6ec62b branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-03-01T00:12:55Z summary: [3.12] gh-11

[Python-checkins] gh-115491: Fix Clang compiler warning (#116153)

2024-02-29 Thread DinoV
https://github.com/python/cpython/commit/d7ddd90308324340855ddb9cc8dda2c1ee3a5944 commit: d7ddd90308324340855ddb9cc8dda2c1ee3a5944 branch: main author: Sam Gross committer: DinoV date: 2024-02-29T16:02:44-08:00 summary: gh-115491: Fix Clang compiler warning (#116153) gh-115491: Fix compiler war

[Python-checkins] [3.11] gh-116026: Try disabling rebuilds of dependents in Homebrew (GH-116027) (#116157)

2024-02-29 Thread JelleZijlstra
https://github.com/python/cpython/commit/f1d08c22d873dc02131578053d588971b9cde866 commit: f1d08c22d873dc02131578053d588971b9cde866 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2024-03-01T00:02:39Z summary: [3.11] gh-11

[Python-checkins] [3.11] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116155)

2024-02-29 Thread iritkatriel
https://github.com/python/cpython/commit/d3282f541182c80b9e4df4300b5ed687c718c14b commit: d3282f541182c80b9e4df4300b5ed687c718c14b branch: 3.11 author: Tian Gao committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-02-29T23:24:32Z summary: [3.11] gh-87115: Set `__main__

[Python-checkins] [3.12] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116154)

2024-02-29 Thread iritkatriel
https://github.com/python/cpython/commit/40e9295a581f2908f2cdf09b1726822379ea7bd0 commit: 40e9295a581f2908f2cdf09b1726822379ea7bd0 branch: 3.12 author: Tian Gao committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-02-29T23:24:09Z summary: [3.12] gh-87115: Set `__main__

[Python-checkins] gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe (#115301)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/ca56c3a172e4ca08c278ddaf66ac2943a1d93288 commit: ca56c3a172e4ca08c278ddaf66ac2943a1d93288 branch: main author: AN Long committer: erlend-aasland date: 2024-03-01T00:04:16+01:00 summary: gh-103092: Add a mutex to make the PRNG state of rotatingtree concurr

[Python-checkins] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)

2024-02-29 Thread gpshead
https://github.com/python/cpython/commit/6a95676bb526261434dd068d6c49927c44d24a9b commit: 6a95676bb526261434dd068d6c49927c44d24a9b branch: main author: Sebastian Pipping committer: gpshead date: 2024-02-29T14:52:50-08:00 summary: gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-524

[Python-checkins] [3.11] Fix rendering of null character in ast.rst (GH-116080) (#116161)

2024-02-29 Thread hauntsaninja
https://github.com/python/cpython/commit/da34d55f7f62cfbda71758e6c6febf047ecd14e7 commit: da34d55f7f62cfbda71758e6c6febf047ecd14e7 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> da

[Python-checkins] [3.12] Fix rendering of null character in ast.rst (GH-116080) (#116160)

2024-02-29 Thread hauntsaninja
https://github.com/python/cpython/commit/8d865f19bd9d21ee3cce515742db25f44d167b0f commit: 8d865f19bd9d21ee3cce515742db25f44d167b0f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> da

[Python-checkins] gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)

2024-02-29 Thread Fidget-Spinner
https://github.com/python/cpython/commit/d01886c5c9e3a62921b304ba7e5145daaa56d3cf commit: d01886c5c9e3a62921b304ba7e5145daaa56d3cf branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-03-01T06:13:38+08:00 summary: gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686) f

[Python-checkins] Fix rendering of null character in ast.rst (#116080)

2024-02-29 Thread hauntsaninja
https://github.com/python/cpython/commit/c04a981ff414b101736688773dbe24f824ca32ce commit: c04a981ff414b101736688773dbe24f824ca32ce branch: main author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-02-29

[Python-checkins] gh-71052: Fix several Android build issues (#115955)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/fa1d675309c6a08b0833cf25cffe476c6166aba3 commit: fa1d675309c6a08b0833cf25cffe476c6166aba3 branch: main author: Malcolm Smith committer: erlend-aasland date: 2024-02-29T22:58:20+01:00 summary: gh-71052: Fix several Android build issues (#115955) This chan

[Python-checkins] gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)

2024-02-29 Thread iritkatriel
https://github.com/python/cpython/commit/ccfc042bbf31e53c44b8aae444afd8365b798422 commit: ccfc042bbf31e53c44b8aae444afd8365b798422 branch: main author: Tian Gao committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-02-29T21:39:50Z summary: gh-87115: Set `__main__.__spec

[Python-checkins] gh-112075: Avoid locking shared keys on every assignment (#116087)

2024-02-29 Thread DinoV
https://github.com/python/cpython/commit/556749c3e33f7787da149f75ca1702b80383bead commit: 556749c3e33f7787da149f75ca1702b80383bead branch: main author: Dino Viehland committer: DinoV date: 2024-02-29T13:38:50-08:00 summary: gh-112075: Avoid locking shared keys on every assignment (#116087) file

[Python-checkins] gh-71052: Add test exclusions to support running the test suite on Android (#115918)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/41d5391c551e2012f13d56ff4bcc1df15c2821d3 commit: 41d5391c551e2012f13d56ff4bcc1df15c2821d3 branch: main author: Malcolm Smith committer: erlend-aasland date: 2024-02-29T22:32:50+01:00 summary: gh-71052: Add test exclusions to support running the test suite

[Python-checkins] [3.12] gh-112844: Add SBOM for external dependencies (GH-115789) (#116128)

2024-02-29 Thread hugovk
https://github.com/python/cpython/commit/211b55951d239dbbf5379f61e941b22cee3f4edb commit: 211b55951d239dbbf5379f61e941b22cee3f4edb branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-02-2

[Python-checkins] gh-108051: Update versions found by find_python.bat and clarify readme (GH-116118)

2024-02-29 Thread zooba
https://github.com/python/cpython/commit/83c5ecdeec80fbd1f667f234f626c4154d40ebb5 commit: 83c5ecdeec80fbd1f667f234f626c4154d40ebb5 branch: main author: Steve Dower committer: zooba date: 2024-02-29T21:24:05Z summary: gh-108051: Update versions found by find_python.bat and clarify readme (GH-116

[Python-checkins] [3.12] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116149)

2024-02-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/811f4bd5a7559581681bfb1cb14c9c6881813f63 commit: 811f4bd5a7559581681bfb1cb14c9c6881813f63 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-29T21:04:02Z summary: [3.12] gh

[Python-checkins] [3.11] gh-73580: Docs for tunnelling TLS through TLS (GH-22539) (GH-116150)

2024-02-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8014ffda1dfb4094c52b5a12401abbf22b78e4e2 commit: 8014ffda1dfb4094c52b5a12401abbf22b78e4e2 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-29T21:03:59Z summary: [3.11] gh

[Python-checkins] gh-73580: Docs for tunnelling TLS through TLS (GH-22539)

2024-02-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/91c3c64237f56bde9d1c1b8127fdcb02a112b5a4 commit: 91c3c64237f56bde9d1c1b8127fdcb02a112b5a4 branch: main author: Carl Bordum Hansen committer: serhiy-storchaka date: 2024-02-29T22:56:04+02:00 summary: gh-73580: Docs for tunnelling TLS through TLS (GH-22539)

[Python-checkins] [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116147)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/240e5f613b40e8c24fddbec23351ca45d1fda8bf commit: 240e5f613b40e8c24fddbec23351ca45d1fda8bf branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-02-29T20:53:51Z summary: [3.12] Docs

[Python-checkins] [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/f4efc135b3549555468c6a813cf2e75738b6a24e commit: f4efc135b3549555468c6a813cf2e75738b6a24e branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: erlend-aasland date: 2024-02-29T20:53:50Z summary: [3.11] Docs

[Python-checkins] Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/dbe44f150cd161bd327ed662e527a4c93829fb3e commit: dbe44f150cd161bd327ed662e527a4c93829fb3e branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-02-29T20:46:12Z summary: Docs: mark up NotImplemented using the :data: role throughout th

[Python-checkins] [3.11] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312) (GH-116137)

2024-02-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8643cfd9183b390a5b230f78737b7f65c50200f4 commit: 8643cfd9183b390a5b230f78737b7f65c50200f4 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-29T19:48:38Z summary: [3.11] gh

[Python-checkins] [3.12] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312) (GH-116136)

2024-02-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d49fdc8d16ed4e188ff38434bab78f265215f0f3 commit: d49fdc8d16ed4e188ff38434bab78f265215f0f3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-29T19:39:00Z summary: [3.12] gh

[Python-checkins] gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)

2024-02-29 Thread gvanrossum
https://github.com/python/cpython/commit/0656509033948780e6703391daca773c779041f7 commit: 0656509033948780e6703391daca773c779041f7 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-02-29T18:55:29Z summary: gh-116088: Insert bottom checks after all sym_set_...() calls (#11608

[Python-checkins] gh-115811: Update documentation to add some Logger attributes. (GH-116109)

2024-02-29 Thread willingc
https://github.com/python/cpython/commit/3b6f4cadf19e6a4edd2cbbbc96a0a4024b395648 commit: 3b6f4cadf19e6a4edd2cbbbc96a0a4024b395648 branch: main author: Vinay Sajip committer: willingc date: 2024-02-29T10:53:19-08:00 summary: gh-115811: Update documentation to add some Logger attributes. (GH-1161

[Python-checkins] gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18312)

2024-02-29 Thread serhiy-storchaka
https://github.com/python/cpython/commit/04d171b5eefd4b1dd69051aacad343da4b21 commit: 04d171b5eefd4b1dd69051aacad343da4b21 branch: main author: Michael Felt committer: serhiy-storchaka date: 2024-02-29T20:37:31+02:00 summary: gh-72463: Fix ctypes/test_loading.py so that test_find reports

[Python-checkins] [3.12] Make the iter_except() recipe more compact. (gh-116132) (gh0116133)

2024-02-29 Thread rhettinger
https://github.com/python/cpython/commit/010aac7c1a43afd63b4c4019c4f217f1e3a72689 commit: 010aac7c1a43afd63b4c4019c4f217f1e3a72689 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: rhettinger date: 2024-02-29T17:37:00Z summary: [3.12] Make the

[Python-checkins] Make the iter_except() recipe more compact. (gh-116132)

2024-02-29 Thread rhettinger
https://github.com/python/cpython/commit/a81d9509ee60c405e08012aec5d97da5840b590b commit: a81d9509ee60c405e08012aec5d97da5840b590b branch: main author: Raymond Hettinger committer: rhettinger date: 2024-02-29T11:30:18-06:00 summary: Make the iter_except() recipe more compact. (gh-116132) Only o

[Python-checkins] GH-115802: JIT "small" code for Windows (GH-115964)

2024-02-29 Thread brandtbucher
https://github.com/python/cpython/commit/f0df35eeca2ccdfd58cfb9801f06ffa23537270b commit: f0df35eeca2ccdfd58cfb9801f06ffa23537270b branch: main author: Brandt Bucher committer: brandtbucher date: 2024-02-29T08:11:28-08:00 summary: GH-115802: JIT "small" code for Windows (GH-115964) files: M Inc

[Python-checkins] gh-112844: Add SBOM for external dependencies (#115789)

2024-02-29 Thread hugovk
https://github.com/python/cpython/commit/45d8871dc4da33fcef92991031707c5bf88a40cf commit: 45d8871dc4da33fcef92991031707c5bf88a40cf branch: main author: Seth Michael Larson committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-02-29T17:38:04+02:00 summary: gh-112844: Add SBOM for

[Python-checkins] gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#116101)

2024-02-29 Thread JelleZijlstra
https://github.com/python/cpython/commit/6a86030bc2519b4a6b055e0b47b9870c86db8588 commit: 6a86030bc2519b4a6b055e0b47b9870c86db8588 branch: main author: Kirill Podoprigora committer: JelleZijlstra date: 2024-02-29T06:59:24-08:00 summary: gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.

[Python-checkins] [3.11] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105) (GH-116121)

2024-02-29 Thread encukou
https://github.com/python/cpython/commit/9db482c7d9b98456ebf1dc9fa27e67f3fc945817 commit: 9db482c7d9b98456ebf1dc9fa27e67f3fc945817 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-02-29T14:44:55Z summary: [3.11] gh-116103:

[Python-checkins] [3.12] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105) (GH-116120)

2024-02-29 Thread encukou
https://github.com/python/cpython/commit/845123d64110011e166f272c878bd56c1405bfb0 commit: 845123d64110011e166f272c878bd56c1405bfb0 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-02-29T14:43:05Z summary: [3.12] gh-116103:

[Python-checkins] [3.12] gh-116034: fix location info on the error of a failed assertion (#116054)

2024-02-29 Thread iritkatriel
https://github.com/python/cpython/commit/6359141867595f84f9e803e1053ae51db3203c49 commit: 6359141867595f84f9e803e1053ae51db3203c49 branch: 3.12 author: Irit Katriel <1055913+iritkatr...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-02-29T

[Python-checkins] gh-115881: Document feature_version limitations (#115980)

2024-02-29 Thread pablogsal
https://github.com/python/cpython/commit/bea2795be2c08dde3830f987830414f3f12bc1eb commit: bea2795be2c08dde3830f987830414f3f12bc1eb branch: main author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: pablogsal date: 2024-02-29T11:09:09Z summary: gh-115881: Document feature_ve

[Python-checkins] gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (GH-116105)

2024-02-29 Thread encukou
https://github.com/python/cpython/commit/186fa9387669bcba6d3974a99c012c2b2c6fb4ce commit: 186fa9387669bcba6d3974a99c012c2b2c6fb4ce branch: main author: Petr Viktorin committer: encukou date: 2024-02-29T11:40:18+01:00 summary: gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission e

[Python-checkins] [3.11] gh-115937: Remove implementation details from inspect.signature() docs (GH-116086) (#116107)

2024-02-29 Thread gpshead
https://github.com/python/cpython/commit/6e328371c56c7752932a503291020653421e0485 commit: 6e328371c56c7752932a503291020653421e0485 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-02-29T01:54:48-08:00 summary: [3.11] gh-115

[Python-checkins] [3.12] gh-115937: Remove implementation details from inspect.signature() docs (GH-116086) (#116106)

2024-02-29 Thread gpshead
https://github.com/python/cpython/commit/31462d4de2abb4a94ea41c21df3ef7d2fe6b8a22 commit: 31462d4de2abb4a94ea41c21df3ef7d2fe6b8a22 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: gpshead date: 2024-02-29T01:54:36-08:00 summary: [3.12] gh-115

[Python-checkins] gh-115937: Remove implementation details from inspect.signature() docs (#116086)

2024-02-29 Thread erlend-aasland
https://github.com/python/cpython/commit/fb2e17b642fc3089e4f98e4bf6b09dd362e6b27d commit: fb2e17b642fc3089e4f98e4bf6b09dd362e6b27d branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-02-29T09:42:28Z summary: gh-115937: Remove implementation details from inspect.signature(