[XLA:Python] Work around global destruction order in XLA object finalizers.
Globals like c_api might be deleted by the time finalizers run, so grab a reference to the deleting method early. PiperOrigin-RevId: 234674814
Loading
Please sign in to comment