[Python-checkins] gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)

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

[Python-checkins] gh-117180: Complete call sequence when trace stack overflow (GH-117184)

2024-03-23 Thread Fidget-Spinner
https://github.com/python/cpython/commit/6c83352bfe78a7d567c8d76257df6eb91d5a7245 commit: 6c83352bfe78a7d567c8d76257df6eb91d5a7245 branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-03-24T06:19:17+08:00 summary: gh-117180: Complete call sequence when trace stack overflow (GH-11718

[Python-checkins] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)

2024-03-23 Thread gvanrossum
https://github.com/python/cpython/commit/f11d0d8be8af28e1368c3c7c116218cf65ddf93e commit: f11d0d8be8af28e1368c3c7c116218cf65ddf93e branch: main author: Erik Soma committer: gvanrossum date: 2024-03-23T08:39:35-07:00 summary: gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)

[Python-checkins] gh-117008: Fix functools test_recursive_pickle() (#117009)

2024-03-23 Thread vstinner
https://github.com/python/cpython/commit/9967b568edd2e35b0415c14c7242f3ca2c0dc03d commit: 9967b568edd2e35b0415c14c7242f3ca2c0dc03d branch: main author: Victor Stinner committer: vstinner date: 2024-03-23T13:01:20+01:00 summary: gh-117008: Fix functools test_recursive_pickle() (#117009) Use supp

[Python-checkins] [3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) (GH-117158)

2024-03-23 Thread vsajip
https://github.com/python/cpython/commit/de43ce11ccee0c584027edc70fd1c9e9e21ed66b commit: de43ce11ccee0c584027edc70fd1c9e9e21ed66b branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vsajip date: 2024-03-23T10:19:14Z summary: [3.11] [docs] Fix t