pytorch/torch/csrc/monitor
Joe Wang 451c233936 leaking c++ singleton specifically (#143509)
Summary:
fix forward for S477887

leaking c++ singleton specifically

when c++ shutdown, it tries to destruct the singleton and acquire GIL, at this moment python runtime exists already, causing undefined behavior.
Leaking here specifically so that we won't try to destroy singleton at the shutdown phase

Test Plan: n/a

Differential Revision: D67400633

Pull Request resolved: https://github.com/pytorch/pytorch/pull/143509
Approved by: https://github.com/c-p-i-o
2024-12-19 09:27:07 +00:00
..
counters.cpp
counters.h
events.cpp leaking c++ singleton specifically (#143509) 2024-12-19 09:27:07 +00:00
events.h
python_init.cpp
python_init.h