-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-97943: PyFunction_GetAnnotations should return a borrowed referenc…
…e. (GH-97949) (cherry picked from commit 6bfb0be) Co-authored-by: larryhastings <[email protected]>
- Loading branch information
1 parent
4aa2ebc
commit 33cf0a6
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Core and Builtins/2022-10-05-17-02-22.gh-issue-97943.LYAWlE.rst
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Bugfix: :func:`PyFunction_GetAnnotations` should return a borrowed | ||
reference. It was returning a new reference. |
This file contains 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