PyExc_PendingDeprecationWarning property Null safety
Implementation
ffi.Pointer<PyObject> get PyExc_PendingDeprecationWarning =>
_PyExc_PendingDeprecationWarning.value;
Implementation
set PyExc_PendingDeprecationWarning(ffi.Pointer<PyObject> value) =>
_PyExc_PendingDeprecationWarning.value = value;