[Python-checkins] gh-132429: Remove not working test for Bluetooth socket (GH-132459)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/718d234e4086a65d78c87457ffda3c63f7c4fad0 commit: 718d234e4086a65d78c87457ffda3c63f7c4fad0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-12T22:35:28Z summary: gh-132429: Remove not working test for Bluetooth socket (GH-132

[Python-checkins] [3.13] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431) (GH-132458)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5be7505730460c12c723f64e850fe947773ca89b commit: 5be7505730460c12c723f64e850fe947773ca89b branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-13T01:22:41+03:00 summary: [3.13] gh-132429: Fix support of Bluetooth sockets on NetB

[Python-checkins] gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-132431)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f2f86d3f459a89273ea22389bb57eed402908302 commit: f2f86d3f459a89273ea22389bb57eed402908302 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-12T23:57:34+03:00 summary: gh-132429: Fix support of Bluetooth sockets on NetBSD and

[Python-checkins] [3.13] gh-132213: use relaxed atomics for set hash (#132447)

2025-04-12 Thread kumaraditya303
https://github.com/python/cpython/commit/67b1c765ef4aca61355747f7c7037e75b0c6b87b commit: 67b1c765ef4aca61355747f7c7037e75b0c6b87b branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2025-04-12T18:20:24Z summary: [3.13] gh-132213: use relaxed atomics for set hash (#132447) files:

[Python-checkins] gh-132388: Increase test coverage for HMAC (#132389)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/9634085af3670b1eb654e3c7820aca66f358f39f commit: 9634085af3670b1eb654e3c7820aca66f358f39f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-12T17:43:11Z

[Python-checkins] [3.13] gh-132185: Speed up expanduser() test with large password database (GH-132231) (GH-132443)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f943376ca801392925f1bbe23f2d0ffb22df3ffe commit: f943376ca801392925f1bbe23f2d0ffb22df3ffe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-04-12T16:43:28Z summary: [3.13] gh

[Python-checkins] gh-132185: Speed up expanduser() test with large password database (GH-132231)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/842ab815177549b9d4bec576d8f2c8f240b63506 commit: 842ab815177549b9d4bec576d8f2c8f240b63506 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-12T16:17:52Z summary: gh-132185: Speed up expanduser() test with large password datab

[Python-checkins] [3.13] Docs: Fix specifications of `gcvisitobjects_t` (GH-132433) (#132441)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/1884a3bbd128a79abf6aee43e79078907f18246f commit: 1884a3bbd128a79abf6aee43e79078907f18246f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] Docs: Fix specifications of `gcvisitobjects_t` (#132433)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/1e5798e37255e921beae2aaa8329d5c48a2ef230 commit: 1e5798e37255e921beae2aaa8329d5c48a2ef230 branch: main author: da-woods committer: picnixz <[email protected]> date: 2025-04-12T17:36:02+02:00 summary: Docs: Fix specifications of `gcv

[Python-checkins] [3.13] gh-58211: Add tests for the `__self__` attribute of builtins functions (GH-113575) (#132437)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/70c4bd63d4f7d6656664c1c8d86725641a019a69 commit: 70c4bd63d4f7d6656664c1c8d86725641a019a69 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-58211: Add tests for the `__self__` attribute of builtins functions (#113575)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/891465fc7a6cf096d5d58db70532e2f3809b1c24 commit: 891465fc7a6cf096d5d58db70532e2f3809b1c24 branch: main author: Adorilson Bezerra committer: picnixz <[email protected]> date: 2025-04-12T12:02:43Z summary: gh-58211: Add tests for the

[Python-checkins] gh-132106: Allow `logging.handlers.QueueListener` to be used as a context manager (#132107)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/517e96b9ed9f2b808ce499d01f6b5db5635218e3 commit: 517e96b9ed9f2b808ce499d01f6b5db5635218e3 branch: main author: Charles Machalow committer: picnixz <[email protected]> date: 2025-04-12T12:00:04Z summary: gh-132106: Allow `logging.han

[Python-checkins] [3.13] gh-123441: Update Belorussian spelling (GH-132409) (GH-132432)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/17b61394ee2cdef25adf39f4fdc5ce80cde32bac commit: 17b61394ee2cdef25adf39f4fdc5ce80cde32bac branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-04-12T10:42:31Z summary: [3.13] gh

[Python-checkins] gh-123441: Update Belorussian spelling (GH-132409)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ad3bbe8fbcc9045c436b0c5e49b1aec018c59c2d commit: ad3bbe8fbcc9045c436b0c5e49b1aec018c59c2d branch: main author: Stan Ulbrych <[email protected]> committer: serhiy-storchaka date: 2025-04-12T13:36:01+03:00 summary: gh-123441:

[Python-checkins] gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)

2025-04-12 Thread iritkatriel
https://github.com/python/cpython/commit/3d08c8ad20dfabd4864be139cd9c2eb5602ccdfe commit: 3d08c8ad20dfabd4864be139cd9c2eb5602ccdfe branch: main author: Tomas R. committer: iritkatriel <[email protected]> date: 2025-04-12T11:34:36+01:00 summary: gh-131927: Prevent emitti

[Python-checkins] [3.13] GH-132417: ctypes: Fix potential `Py_DECREF(NULL)` when handling functions returning `PyObject *` (GH-132418) (#132425)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/0aabe44fa8a8159561c04a9b6e7450bfaa319e94 commit: 0aabe44fa8a8159561c04a9b6e7450bfaa319e94 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-125434: Fix building on OpenBSD (GH-132393)

2025-04-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d4e2cdc15bdfe84486b885eca885c44bc378fc41 commit: d4e2cdc15bdfe84486b885eca885c44bc378fc41 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-04-12T11:25:35+03:00 summary: gh-125434: Fix building on OpenBSD (GH-132393) pthread_ge

[Python-checkins] GH-132417: ctypes: Fix potential `Py_DECREF(NULL)` when handling functions returning `PyObject *` (#132418)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/2aab2db1461ef49b42549255af16a74b1bf8a5ef commit: 2aab2db1461ef49b42549255af16a74b1bf8a5ef branch: main author: Nicolas Trangez committer: picnixz <[email protected]> date: 2025-04-12T07:40:34Z summary: GH-132417: ctypes: Fix potenti

[Python-checkins] gh-132399: fix invalid function signatures on the free-threaded build (#132400)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/a81232c769a4f67ee312c5c67a2148c54c6570d0 commit: a81232c769a4f67ee312c5c67a2148c54c6570d0 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-12T07:46:33Z

[Python-checkins] gh-131290: ensure that test files can be executed as standalone scripts (#131371)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/292a7248cda89f497e06eff4aa0147d6ff22f6bb commit: 292a7248cda89f497e06eff4aa0147d6ff22f6bb branch: main author: Maksim <[email protected]> committer: picnixz <[email protected]> date: 2025-04-12T07:46:19Z sum

[Python-checkins] gh-132097: fix runtime UB when calling expat handlers (#132265)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/e0dffc54b888a18ad22e83411c2b615cc94a1fdf commit: e0dffc54b888a18ad22e83411c2b615cc94a1fdf branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-12T09:20:11+

[Python-checkins] gh-132097: skip tests raising an explicit SIGSEV when UB sanitizer is on (#132398)

2025-04-12 Thread picnixz
https://github.com/python/cpython/commit/e1f93ff484236363c6dcc34a8a07133b64e708b5 commit: e1f93ff484236363c6dcc34a8a07133b64e708b5 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-04-12T09:18:58+