PyEval_AcquireThread method Null safety
- Pointer<
_ts> tstate
Implementation
void PyEval_AcquireThread(
ffi.Pointer<_ts> tstate,
) {
return _PyEval_AcquireThread(
tstate,
);
}
void PyEval_AcquireThread(
ffi.Pointer<_ts> tstate,
) {
return _PyEval_AcquireThread(
tstate,
);
}