FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-105927: type_from_ref() uses _PyWeakref_GET_REF() by vstinner · Pull Request #105963 · python/cpython · GitHub

/ cpython Public

gh-105927: type_from_ref() uses _PyWeakref_GET_REF() - #105963

Merged
vstinner merged 2 commits into
python:mainfrom
vstinner:getref_type
Jun 21, 2023
Merged

gh-105927: type_from_ref() uses _PyWeakref_GET_REF()#105963
vstinner merged 2 commits into
python:mainfrom
vstinner:getref_type

Conversation

vstinner commented Jun 21, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

type_from_ref() now returns a strong reference to the type, instead of a borrowed reference: replace PyWeakref_GET_OBJECT() with _PyWeakref_GET_REF().

vstinner added 2 commits June 21, 2023 15:47
type_from_ref() now returns a strong reference to the type, instead
of a borrowed reference: replace PyWeakref_GET_OBJECT() with
_PyWeakref_GET_REF().
vstinner merged commit fc32522 into python:main Jun 21, 2023
vstinner deleted the getref_type branch June 21, 2023 14:36
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL