Closed
Description
Bug summary
I upgraded Python from 3.11 to 3.12 and now I am unable to resize the window, even with a simple plot.
Apart from that, the plots are displayed correctly and I can move the window.
Code for reproduction
import matplotlib.pyplot as plt
plt.subplots()
plt.show()
Actual outcome
[1] xxxxx segmentation fault python3.12 main.py
Expected outcome
I expected the window to be resized without crashing
Additional information
No response
Operating system
MacOS 14
Matplotlib Version
3.8.1
Matplotlib Backend
MacOSX
Python version
3.12.0
Jupyter version
No response
Installation
pip