You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the line_profiler module extensively for code profiling in our project.
With the recent update to Python 3.12, we've found that the module is no longer compatible, causing development and debugging to become cumbersome.
Is there a plan to update the module for compatibility with Python 3.12?