[Python-checkins] Minor kde() docstring nit: make presentation order match the function signature (#116876)

2024-03-15 Thread rhettinger
https://github.com/python/cpython/commit/0c7dc494f2a32494f8971a236ba59c0c35f48d94 commit: 0c7dc494f2a32494f8971a236ba59c0c35f48d94 branch: main author: Raymond Hettinger committer: rhettinger date: 2024-03-15T14:02:10-05:00 summary: Minor kde() docstring nit: make presentation order match the fu

[Python-checkins] GH-115802: Reduce the size of _INIT_CALL_PY_EXACT_ARGS. (GH-116856)

2024-03-15 Thread markshannon
https://github.com/python/cpython/commit/950667ed0737144666ea8e1ec1a7e9de2e49a628 commit: 950667ed0737144666ea8e1ec1a7e9de2e49a628 branch: main author: Mark Shannon committer: markshannon date: 2024-03-15T17:16:30Z summary: GH-115802: Reduce the size of _INIT_CALL_PY_EXACT_ARGS. (GH-116856) fil

[Python-checkins] gh-116868: Avoid locking in PyType_IsSubtype (#116829)

2024-03-15 Thread DinoV
https://github.com/python/cpython/commit/280de3661b42af9b3fe792764d0b09f403df5223 commit: 280de3661b42af9b3fe792764d0b09f403df5223 branch: main author: Dino Viehland committer: DinoV date: 2024-03-15T12:35:29-04:00 summary: gh-116868: Avoid locking in PyType_IsSubtype (#116829) Make PyType_IsSu

[Python-checkins] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)

2024-03-15 Thread corona10
https://github.com/python/cpython/commit/ebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6 commit: ebf29b3a02d5b42a747e271e9cfc4dd73c01ebe6 branch: main author: Donghee Na committer: corona10 date: 2024-03-16T01:07:16+09:00 summary: gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-1166

[Python-checkins] [3.12] gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (GH-116783) (#116870)

2024-03-15 Thread sobolevn
https://github.com/python/cpython/commit/ccea6e82da47745d2f110d57ab1fce26ec7e5089 commit: ccea6e82da47745d2f110d57ab1fce26ec7e5089 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-15T15:54:59Z summary: [3.12] gh-116782:

[Python-checkins] gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#116783)

2024-03-15 Thread sobolevn
https://github.com/python/cpython/commit/16349868d396cc1bff5188de3638321e87fe0293 commit: 16349868d396cc1bff5188de3638321e87fe0293 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-15T18:47:46+03:00 summary: gh-116782: Mention `__type_params__` in `inspect.getmembers` docs (#

[Python-checkins] gh-116621: Specialize list.extend for dict keys/values (gh-116816)

2024-03-15 Thread corona10
https://github.com/python/cpython/commit/8da83f3386da603605358dc9ec68796daa5ef455 commit: 8da83f3386da603605358dc9ec68796daa5ef455 branch: main author: Donghee Na committer: corona10 date: 2024-03-15T23:48:34+09:00 summary: gh-116621: Specialize list.extend for dict keys/values (gh-116816) file

[Python-checkins] gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)

2024-03-15 Thread markshannon
https://github.com/python/cpython/commit/59e30f41ed6f2388a99ac0a8aebf0a12f7460a4a commit: 59e30f41ed6f2388a99ac0a8aebf0a12f7460a4a branch: main author: Tian Gao committer: markshannon date: 2024-03-15T14:46:18Z summary: gh-116735: Use `MISSING` for `CALL` event if argument is absent (GH-116737)

[Python-checkins] gh-63283: IDNA prefix should be case insensitive (GH-17726)

2024-03-15 Thread encukou
https://github.com/python/cpython/commit/d180b507c4929be399395bfd7946948f98ffc4f7 commit: d180b507c4929be399395bfd7946948f98ffc4f7 branch: main author: Zackery Spytz committer: encukou date: 2024-03-15T15:38:13+01:00 summary: gh-63283: IDNA prefix should be case insensitive (GH-17726) Any capi

[Python-checkins] gh-111926: Simplify proxy creation logic (#116844)

2024-03-15 Thread colesbury
https://github.com/python/cpython/commit/ce2c996b2f645cd886d05f6ef8f1ba60ced7d4b7 commit: ce2c996b2f645cd886d05f6ef8f1ba60ced7d4b7 branch: main author: mpage committer: colesbury date: 2024-03-15T09:58:40-04:00 summary: gh-111926: Simplify proxy creation logic (#116844) Since 3.12, allocating a

[Python-checkins] gh-111926: Simplify weakref creation logic (#116843)

2024-03-15 Thread colesbury
https://github.com/python/cpython/commit/001b21d1c500857fb3721b019eeaf014b5ad76e8 commit: 001b21d1c500857fb3721b019eeaf014b5ad76e8 branch: main author: mpage committer: colesbury date: 2024-03-15T09:56:13-04:00 summary: gh-111926: Simplify weakref creation logic (#116843) Since 3.12, allocating

[Python-checkins] GH-116422: Modify a few uops so that they can be supported by tier 2 with hot/cold splitting (GH-116832)

2024-03-15 Thread markshannon
https://github.com/python/cpython/commit/2cf18a44303b6d84faa8ecffaecc427b53ae121e commit: 2cf18a44303b6d84faa8ecffaecc427b53ae121e branch: main author: Mark Shannon committer: markshannon date: 2024-03-15T10:48:00Z summary: GH-116422: Modify a few uops so that they can be supported by tier 2 wit

[Python-checkins] [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116855)

2024-03-15 Thread iritkatriel
https://github.com/python/cpython/commit/eaefa0b1f789443075fe867e8657fd9faa283f1b commit: eaefa0b1f789443075fe867e8657fd9faa283f1b branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] [3.12] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116854)

2024-03-15 Thread iritkatriel
https://github.com/python/cpython/commit/abd079806d5f676410fbeaf1a7980f75f85833f7 commit: abd079806d5f676410fbeaf1a7980f75f85833f7 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: iritkatriel <[email protected]> date:

[Python-checkins] gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)

2024-03-15 Thread iritkatriel
https://github.com/python/cpython/commit/a50cf6c3d76b34e2ee9f92a248f1b0df24e407f6 commit: a50cf6c3d76b34e2ee9f92a248f1b0df24e407f6 branch: main author: Tian Gao committer: iritkatriel <[email protected]> date: 2024-03-15T09:36:04Z summary: gh-90095: Ignore empty lines a

[Python-checkins] gh-85283: Build pwd extension with the limited C API (#116841)

2024-03-15 Thread vstinner
https://github.com/python/cpython/commit/8fc8fbb43a8bb46c04ab55f96049039de243afb0 commit: 8fc8fbb43a8bb46c04ab55f96049039de243afb0 branch: main author: Victor Stinner committer: vstinner date: 2024-03-15T08:49:58+01:00 summary: gh-85283: Build pwd extension with the limited C API (#116841) Argu