summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/display.py
diff options
context:
space:
mode:
authormakxenov <[email protected]>2026-07-13 18:15:18 +0300
committermakxenov <[email protected]>2026-07-13 18:45:55 +0300
commit84c310b4a2da9282a84e318a7ed47a845686c3c3 (patch)
tree84389e60889948b3d5967ba2561e945ea30001ff /contrib/python/ipython/py2/IPython/display.py
parent14c4b955f542d1a4bcacf7e2d78e6160edfb5c16 (diff)
Fix yt logging use-after-dtor
Similar to `CacheDestroyed` above in this file. It is possible that `ThreadMessageTag` is read by the logger during thread shutdown after this thread-local's destruction (e.g. when another thread-local's destructor logs). Added a trivially destructible flag to guard the tag content. commit_hash:852afe8245de23e9abe69a08bf5d9bfe4b17496b
Diffstat (limited to 'contrib/python/ipython/py2/IPython/display.py')
0 files changed, 0 insertions, 0 deletions