Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-133644: removePyWeakref_GetObject andPyWeakref_GET_OBJECT#133657

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
picnixz wants to merge15 commits intopython:main
base:main
Choose a base branch
Loading
frompicnixz:cleanup/315/deprecated-weakrefs-133644
Open
Changes from1 commit
Commits
Show all changes
15 commits
Select commitHold shift + click to select a range
6126e76
remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT`
picnixzMay 8, 2025
ab08a8e
restore file
picnixzMay 8, 2025
266c6f9
restore stable ABI symbols
picnixzMay 8, 2025
36de136
update stable abi files
picnixzMay 8, 2025
121c51f
update ABI imports
picnixzMay 8, 2025
b711d04
update ABI imports
picnixzMay 8, 2025
9a4b77e
entirely remove `PyWeakRef_GET_OBJECT`
picnixzMay 8, 2025
b819a75
restore table
picnixzMay 8, 2025
03ca635
fix docs
picnixzMay 8, 2025
55987c3
update porting
picnixzMay 8, 2025
94237ef
update porting
picnixzMay 8, 2025
5bd4ba3
remove orphan `_Py_COMP_DIAG_POP`
picnixzMay 8, 2025
344ee10
Merge remote-tracking branch 'upstream/main' into cleanup/315/depreca…
picnixzMay 9, 2025
0884e07
update docs
picnixzMay 9, 2025
1833257
Merge remote-tracking branch 'upstream/main' into cleanup/315/depreca…
picnixzJun 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
update docs
  • Loading branch information
@picnixz
picnixz committedMay 9, 2025
commit0884e0778f8c42f447fa251481639ef5ef665910
5 changes: 2 additions & 3 deletionsDoc/whatsnew/3.15.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -186,9 +186,8 @@ Removed C APIs
of :c:func:`PyImport_ImportModule`.

* :c:func:`!PyWeakref_GetObject` and :c:macro:`!PyWeakref_GET_OBJECT`:
use :c:func:`PyWeakref_GetRef` instead. The `pythoncapi-compat project
<https://github.com/python/pythoncapi-compat/>`__ can be used to get
:c:func:`!PyWeakref_GetRef` on Python 3.12 and older.
use :c:func:`PyWeakref_GetRef` instead. The |pythoncapi_compat_project|
can be used to get :c:func:`!PyWeakref_GetRef` on Python 3.12 and older.

The following functions are removed in favor of :c:func:`PyConfig_Get`.
The |pythoncapi_compat_project| can be used to get :c:func:`!PyConfig_Get`
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp