Documentation Link
https://matplotlib.org/stable/users/explain/figure/interactive_guide.html
Problem
Under CPython / readline, we state:
Matplotlib does not currently do any management of PyOS_InputHook due to the wide range of ways that Matplotlib is used.
This has been incorrect since October 2023, when #26970 added a PyOS_InputHook function in the macOS backend. I'm not sure how we want to document this behavior.
Suggested improvement
No response
Documentation Link
https://matplotlib.org/stable/users/explain/figure/interactive_guide.html
Problem
Under CPython / readline, we state:
This has been incorrect since October 2023, when #26970 added a
PyOS_InputHookfunction in the macOS backend. I'm not sure how we want to document this behavior.Suggested improvement
No response