Check if the session has been deleted before releasing a callable.
In some versions of Python, the Session._session field may be cleared (in `Session.__del__()`) before a callable that has a reference to that Session is deleted. Add a defensive check in the `Session._Callable.__del__()` method. PiperOrigin-RevId: 192679796
Loading
Please sign in to comment