Replace usage of PyWeakref_GetObject()
since it is/will be deprecated.
#3118
Labels
PyWeakref_GetObject()
since it is/will be deprecated.
#3118
The python 3.13 relase notes mention that
Deprecate the PyWeakref_GetObject() [...]
This is used in the current code base:
nrn/src/nrnpython/nrnpy_nrn.cpp
Line 181 in ab0a571
(and a bit further down)
The text was updated successfully, but these errors were encountered: