Fix crash in short-lived clients using OpenTelemetry with OpenSSL
Release the default telemetry interface when Python is shutting down so that any traces can be flushed before OpenSSL has been cleaned up.
(Tried a C-level atexit handler, but that gets called too late)
Fixes: issue #692 (closed)