Skip to content

Commit

Permalink
Disable automatic garbage collection in notebooks, as it can interfer…
Browse files Browse the repository at this point in the history
…e with tracing
  • Loading branch information
andreas-zeller committed Jan 22, 2025
1 parent 5250881 commit c675e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/ReleaseNotes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"Major changes will show up here as we make them.\n",
"\n",
"* Updates to `requirements.txt`, using the latest and greatest third-party modules\n",
"* Python 3.9 is no longer supported."
"* Python 3.9 is no longer supported.\n",
"* In notebooks under Python 3.12, automatic garbage collection would cause a method `_clean_thread_parent_frames()` to be executed with certain functions, interfering with tracing and dynamic analysis. This is now disabled."
]
},
{
Expand Down

0 comments on commit c675e20

Please sign in to comment.