abandon cleanup of this subinterpreter (leak it). this might be needed during finalization...
| 219 | /// abandon cleanup of this subinterpreter (leak it). this might be needed during |
| 220 | /// finalization... |
| 221 | void disarm() { creation_tstate_ = nullptr; } |
| 222 | |
| 223 | /// An empty wrapper cannot be activated |
| 224 | bool empty() const { return istate_ == nullptr; } |