Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Nov 30, 2024

miss-islington and others added 30 commits January 20, 2023 23:28
…ts.BaseEventLoop._add_callback` (GH-101197)

(cherry picked from commit 9e94767)

Co-authored-by: J. Nick Koston <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
Bump Azure Pipelines to ubuntu-22.04 (GH-101089)
(cherry picked from commit c22a55c)

Co-authored-by: Hugo van Kemenade <[email protected]>
…H-96194) (#99456)

gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194)
(cherry picked from commit 367f552)

Signed-off-by: Christoph Anton Mitterer <[email protected]>
Co-authored-by: Christoph Anton Mitterer <[email protected]>
Co-authored-by: Eryk Sun <[email protected]>
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit 5d868ef)

Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: Carlton Gibson <[email protected]>
When getaddrinfo returns an error, the output pointer is in an unknown state
Don't call freeaddrinfo on it.  See the issue for discussion and details with
links to reasoning.  _Most_ libc getaddrinfo implementations never modify the
output pointer unless they are returning success.

(cherry picked from commit b724ac2)

Co-authored-by: Gregory P. Smith <[email protected]>
Co-authored-by: Sergey G. Brester <[email protected]>
Co-authored-by: Oleg Iarygin <[email protected]>
We don't need direct C APIs to get at a bigint representation of PyLong but we
do want the few people who need to understand how.

Additional Author:  CAM-Gerlach
(cherry picked from commit e244401)

Co-authored-by: Gregory P. Smith <[email protected]>
The example was showing the current version, but should be pinned to 3.7 to match the example command.
(cherry picked from commit 666c084)

Co-authored-by: socal-nerdtastic <[email protected]>
This is a follow-up to GH-100811.

One of the changes in that PR isn't accurate in that
`os.path.join('', '')` will not end in a separator.

This reverts that change to the previous wording that used "only", but
explicitly calls out the case where the last part ends in a separator,
which is what caused confusin in GH-77607 and motivated the change
in GH-100811.
(cherry picked from commit 909a674)

Co-authored-by: Shantanu <[email protected]>
(cherry picked from commit 1a62ae8)

Co-authored-by: Christophe Nanteuil <[email protected]>
(cherry picked from commit 20c11f2)

Co-authored-by: Peter Jiping Xie <[email protected]>
)

* gh-98657: [docs] `array.typecodes` is a module-level attribute

* Update array.rst
(cherry picked from commit c144e57)

Co-authored-by: Nikita Sobolev <[email protected]>
…01351)

(cherry picked from commit ee21110)

Co-authored-by: Marcos Pereira <[email protected]>
Co-authored-by: Erlend E. Aasland <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
* Move array methods under class in array doc

* Fix a few internal references related to the touched lines
(cherry picked from commit 1b60456)

Co-authored-by: C.A.M. Gerlach <[email protected]>
(cherry picked from commit 45d014e)

Co-authored-by: François Magimel <[email protected]>
…traceback, and pdb. (GH-101157)

(cherry picked from commit cef9de6)

Co-authored-by: Furkan Onder <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
…param() result (GH-101339) (#101340)

[3.11] gh-99952: [ctypes] fix refcount issues in from_param() result. (GH-100169)

Fixes a reference counting issue with `ctypes.Structure` when a `from_param()` method call is used and the structure size is larger than a C pointer `sizeof(void*)`.

This problem existed for a very long time, but became more apparent in 3.8+ by change likely due to garbage collection cleanup timing changes..
(cherry picked from commit dfad678)

(cherry picked from commit fa7c37a)

Co-authored-by: Gregory P. Smith <[email protected]>
Co-authored-by: Yukihiro Nakadaira <[email protected]>
Co-authored-by: Kumar Aditya <[email protected]>
That causes the test to fail when run using a high UID as that ancient format
cannot represent it. The current default (PAX) and the old default (GNU) both
support high UIDs.
(cherry picked from commit ffcb822)

Co-authored-by: Gregory P. Smith <[email protected]>
…sues" (GH-101617)

Fixes #101616
(cherry picked from commit 949c58f)

Co-authored-by: Mariatta Wijaya <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.