We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6857d04 commit 2cdec10Copy full SHA for 2cdec10
lib/matplotlib/backend_bases.py
@@ -1285,15 +1285,6 @@ def _process(self):
1285
class CloseEvent(Event):
1286
"""An event triggered by a figure being closed."""
1287
1288
- def _process(self):
1289
- try:
1290
- super()._process()
1291
- except (AttributeError, TypeError):
1292
- pass
1293
- # Suppress AttributeError/TypeError that occur when the python
1294
- # session is being killed. It may be that a better solution would
1295
- # be a mechanism to disconnect all callbacks upon shutdown.
1296
-
1297
1298
class LocationEvent(Event):
1299
"""
0 commit comments