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

gh-105927: Remove _PyWeakref_GetWeakrefCount() by vstinner · Pull Request #106007 · python/cpython · GitHub

/ cpython Public

gh-105927: Remove _PyWeakref_GetWeakrefCount() - #106007

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:weakref_internal_api
Jun 23, 2023
Merged

gh-105927: Remove _PyWeakref_GetWeakrefCount()#106007
vstinner merged 1 commit into
python:mainfrom
vstinner:weakref_internal_api

Conversation

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

Copy link
Copy Markdown
Member

Remove _PyWeakref_GetWeakrefCount() and _PyWeakref_ClearRef() from the public C API: move them to the internal C API.

Refactor also _weakref_getweakrefs() code to make it more readable.

Remove _PyWeakref_GetWeakrefCount() and _PyWeakref_ClearRef() from
the public C API: move them to the internal C API.

Refactor also _weakref_getweakrefs() code to make it more readable.
vstinner requested a review from pablogsal as a code owner June 23, 2023 02:30
vstinner enabled auto-merge (squash) June 23, 2023 02:58
vstinner merged commit 6a80664 into python:main Jun 23, 2023
vstinner deleted the weakref_internal_api branch June 27, 2023 23:17
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