Skip to content
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

Replace usage of PyWeakref_GetObject() since it is/will be deprecated. #3118

Closed
mgeplf opened this issue Oct 8, 2024 · 1 comment
Closed
Labels

Comments

@mgeplf
Copy link
Collaborator

mgeplf commented Oct 8, 2024

The python 3.13 relase notes mention that Deprecate the PyWeakref_GetObject() [...]

This is used in the current code base:

PyObject* cell = PyWeakref_GetObject(cell_weakref);

(and a bit further down)

@mgeplf mgeplf added the bug label Oct 8, 2024
@JCGoran
Copy link
Collaborator

JCGoran commented Jan 18, 2025

Fixed in #3287

@JCGoran JCGoran closed this as completed Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants