[Python-checkins] GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)

2024-07-25 Thread brandtbucher
https://github.com/python/cpython/commit/d9efa45d7457b0dfea467bb1c2d22c69056ffc73 commit: d9efa45d7457b0dfea467bb1c2d22c69056ffc73 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-07-25T14:45:07-07:00 summary: GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE

[Python-checkins] [3.13] Move macOS matrix to the calling workflow (GH-121809) (#122297)

2024-07-25 Thread hugovk
https://github.com/python/cpython/commit/90597809875c34fff5ad164e15ea98e1a804ce66 commit: 90597809875c34fff5ad164e15ea98e1a804ce66 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-2

[Python-checkins] Move macOS matrix to the calling workflow (#121809)

2024-07-25 Thread hugovk
https://github.com/python/cpython/commit/1d607fe759ef22177b50d734ae029df3903c99e0 commit: 1d607fe759ef22177b50d734ae029df3903c99e0 branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-25T14:27:26-06:00 summary:

[Python-checkins] GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283)

2024-07-25 Thread brandtbucher
https://github.com/python/cpython/commit/5f6001130f8ada871193377954cfcfee01ef93b6 commit: 5f6001130f8ada871193377954cfcfee01ef93b6 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-07-25T10:45:28-07:00 summary: GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283

[Python-checkins] [3.13] GH-121832: Assert that the version number of static builtin types is not changed by PyType_Modified (gh-122290)

2024-07-25 Thread ericsnowcurrently
https://github.com/python/cpython/commit/aca41cfe992a3138325783b3a121ef2b92226abd commit: aca41cfe992a3138325783b3a121ef2b92226abd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2024-07-25T17:34:01Z summary: [3.13] G

[Python-checkins] GH-122034: Add StackRef variants of type checks to reduce the number of PyStackRef_AsPyObjectBorrow calls (GH-122037)

2024-07-25 Thread markshannon
https://github.com/python/cpython/commit/5e686ff57d6bc2fd8c675bd2c59a064be6da2839 commit: 5e686ff57d6bc2fd8c675bd2c59a064be6da2839 branch: main author: Mark Shannon committer: markshannon date: 2024-07-25T18:32:43+01:00 summary: GH-122034: Add StackRef variants of type checks to reduce the numbe

[Python-checkins] [3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287)

2024-07-25 Thread vstinner
https://github.com/python/cpython/commit/dd270f610c40037f298e55e7ec2e0637563a8cfc commit: dd270f610c40037f298e55e7ec2e0637563a8cfc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-25T16:06:31Z summary: [3.13] gh-121489:

[Python-checkins] gh-121489: Export private _PyBytes_Join() again (#122267)

2024-07-25 Thread vstinner
https://github.com/python/cpython/commit/aef95eb107fef9355c66461612aedd31265f8c21 commit: aef95eb107fef9355c66461612aedd31265f8c21 branch: main author: Marc Mueller <[email protected]> committer: vstinner date: 2024-07-25T17:31:30+02:00 summary: gh-121489: Export private _P

[Python-checkins] GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)

2024-07-25 Thread markshannon
https://github.com/python/cpython/commit/2e14a52cced9834ed5f7e0665a08055de554360f commit: 2e14a52cced9834ed5f7e0665a08055de554360f branch: main author: Mark Shannon committer: markshannon date: 2024-07-25T16:24:29+01:00 summary: GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164) files: A

[Python-checkins] [3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/88a96fc391d36f537a613c6efbe5980080156fea commit: 88a96fc391d36f537a613c6efbe5980080156fea branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-25T14:58:34Z summary: [3.13] gh-1

[Python-checkins] gh-116322: Fix typo in the #ifdef check (#122268)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/9bb2e4623f504c44655436eae181d802f544fff9 commit: 9bb2e4623f504c44655436eae181d802f544fff9 branch: main author: Serhiy Storchaka committer: kumaraditya303 date: 2024-07-25T20:01:57+05:30 summary: gh-116322: Fix typo in the #ifdef check (#122268) files: M

[Python-checkins] [3.13] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122278)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/d1af4f53720d252326ae9c91c93495b58e0b4922 commit: d1af4f53720d252326ae9c91c93495b58e0b4922 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-25T12:20:40Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (GH-122269) (#122279)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/0300e33b223a6cfd691bea186cd413424162d83a commit: 0300e33b223a6cfd691bea186cd413424162d83a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-25T12:15:22Z summary: [3.12] gh-1

[Python-checkins] gh-121275: Fix test_logging and test_smtplib with Python build withoud IPv6 support (#121276)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/3998554bb05f5ce18e8a66492d23d094a2299442 commit: 3998554bb05f5ce18e8a66492d23d094a2299442 branch: main author: AN Long committer: kumaraditya303 date: 2024-07-25T17:33:39+05:30 summary: gh-121275: Fix test_logging and test_smtplib with Python build withou

[Python-checkins] gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_events` (#122269)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/070f1e2e5b9b31ee3e7a1af2e30d7e3a66040b17 commit: 070f1e2e5b9b31ee3e7a1af2e30d7e3a66040b17 branch: main author: AN Long committer: kumaraditya303 date: 2024-07-25T17:26:04+05:30 summary: gh-121913: Use str(exc) instead of exc.strerror in `asyncio.base_even

[Python-checkins] [3.13] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122275)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/83bfc5bd8b4c829544003a7e5d132d2af87c160b commit: 83bfc5bd8b4c829544003a7e5d132d2af87c160b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-25T11:29:22Z summary: [3.13] gh

[Python-checkins] [3.12] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) (GH-122276)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/02c19f0338f6f4f663992efcf6580c7902e6094a commit: 02c19f0338f6f4f663992efcf6580c7902e6094a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-25T11:22:42Z summary: [3.12] gh

[Python-checkins] gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6c09b8de5c67406113e8d082e05c9587e35a852a commit: 6c09b8de5c67406113e8d082e05c9587e35a852a branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-25T14:04:22+03:00 summary: gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271

[Python-checkins] [3.13] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122264)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/984f8aaa2f364e252248a244e915656e1c6f329c commit: 984f8aaa2f364e252248a244e915656e1c6f329c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-25T13:44:55+03:00 summary: [3.1

[Python-checkins] [3.12] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149) (GH-122265)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9d65ea14ce5bf8894f6fa9c526894b828d6a5d87 commit: 9d65ea14ce5bf8894f6fa9c526894b828d6a5d87 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-25T13:44:25+03:00 summary: [3.1

[Python-checkins] gh-82951: Fix serializing by name in pickle protocols < 4 (GH-122149)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dc07f65a53baf60d9857186294d3d7ba92d5606d commit: dc07f65a53baf60d9857186294d3d7ba92d5606d branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-25T08:45:19Z summary: gh-82951: Fix serializing by name in pickle protocols < 4 (GH-1

[Python-checkins] [3.13] gh-122187: Avoid TSan reported race in `run_udp_echo_server` (GH-122189) (#122263)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/977c7992860a58f7a48bcdac53a99e67e5bb9b9c commit: 977c7992860a58f7a48bcdac53a99e67e5bb9b9c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-07-25T08:42:38Z summary: [3.13] gh-1

[Python-checkins] gh-112301: Make fortify source option check -Werror (gh-122141)

2024-07-25 Thread corona10
https://github.com/python/cpython/commit/ca0f7c447c83503bd760dc2eb6d1ea4b3558f8e9 commit: ca0f7c447c83503bd760dc2eb6d1ea4b3558f8e9 branch: main author: Nate Ohlson committer: corona10 date: 2024-07-25T17:35:23+09:00 summary: gh-112301: Make fortify source option check -Werror (gh-122141) files:

[Python-checkins] gh-122187: Avoid TSan reported race in `run_udp_echo_server` (#122189)

2024-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/2f74b709b637cad7a9c18a2d90b0747823f2ff51 commit: 2f74b709b637cad7a9c18a2d90b0747823f2ff51 branch: main author: Sam Gross committer: kumaraditya303 date: 2024-07-25T13:46:53+05:30 summary: gh-122187: Avoid TSan reported race in `run_udp_echo_server` (#1221

[Python-checkins] [3.13] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110) (GH-122258)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6933c4ace915d3143e79d90b918b6fd600c3d0e6 commit: 6933c4ace915d3143e79d90b918b6fd600c3d0e6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-25T07:29:36Z summary: [3.13] gh

[Python-checkins] [3.13] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122256)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/94db4cc5e6091adc5cc896ae1f7908159be0d547 commit: 94db4cc5e6091adc5cc896ae1f7908159be0d547 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-07-25T07:28:33Z summary: [3.13] gh

[Python-checkins] [3.12] gh-122191: Fix test_warnings failure if run with -Werror (GH-122222) (GH-122257)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/be5e229aa6cb38f8b51fcddd7f812fdca57f92b5 commit: be5e229aa6cb38f8b51fcddd7f812fdca57f92b5 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-25T07:18:57Z summary: [3.12] gh-122191: Fix test_warnings failure if run with -Werror

[Python-checkins] gh-122087: Add tests for ismethoddescriptor() and isroutine() with partial objects (GH-122219)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bb108580dec5d8655ccdfb6c8737b5f64e3366d0 commit: bb108580dec5d8655ccdfb6c8737b5f64e3366d0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-25T10:12:26+03:00 summary: gh-122087: Add tests for ismethoddescriptor() and isroutin

[Python-checkins] [3.13] gh-122087: Restore ismethoddescriptor() and isroutine() for partial objects (GH-122218)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4e7716554b3d1107f0ab201555cb4c1fefd21413 commit: 4e7716554b3d1107f0ab201555cb4c1fefd21413 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-07-25T10:11:47+03:00 summary: [3.13] gh-122087: Restore ismethoddescriptor() and isrouti

[Python-checkins] gh-113785: csv: fields starting with escapechar are not quoted (GH-122110)

2024-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a3327dbfd4db9e5ad1ca514963d503afede7 commit: a3327dbfd4db9e5ad1ca514963d503afede7 branch: main author: Mikołaj Kuranowski committer: serhiy-storchaka date: 2024-07-25T10:04:47+03:00 summary: gh-113785: csv: fields starting with escapechar are not