Skip to content

Remove the atexit hook that *guarantees* __del__ is called

Remove the atexit hook that guarantees __del__ is called. In practice, it still is with modern Python versions. The destructor isn't that important once the exit sequence has started anyway (ref !80 (comment 5233708)).

cc @isinkare

Edited by Philip Elson

Merge request reports

Loading