-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
3.10 #127448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
3.10 #127448
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…GH-101114) (#101206) (cherry picked from commit 01093b8) Co-authored-by: Barney Gale <[email protected]>
(cherry picked from commit 4652182) Co-authored-by: Éric <[email protected]>
…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]>
…GH-101373) (GH-101375) Co-authored-by: Vinay Sajip <[email protected]>
…H-101380) (GH-101381) Co-authored-by: Vinay Sajip <[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]>
(cherry picked from commit 0023f51) Co-authored-by: Mateusz <[email protected]>
…-101424) (cherry picked from commit ea23271) Co-authored-by: Owain Davies <[email protected]>
(cherry picked from commit 28db978) Co-authored-by: Eclips4 <[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]>
Co-authored-by: Raj <[email protected]> Co-authored-by: Hugo van Kemenade <[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]>
GH-101514) (cherry picked from commit 5c39daf) Co-authored-by: Viet Than <[email protected]>
(cherry picked from commit 45d014e) Co-authored-by: François Magimel <[email protected]>
…sing MSBuild properties (GH-101523)
…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]>
gh-101388) (cherry picked from commit 9ef7e75) Co-authored-by: Dong-hee Na <[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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📚 Documentation preview 📚: https://cpython-previews--127448.org.readthedocs.build/