Skip to content

Commit c675e20

Browse files
Disable automatic garbage collection in notebooks, as it can interfere with tracing
1 parent 5250881 commit c675e20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebooks/ReleaseNotes.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"Major changes will show up here as we make them.\n",
3232
"\n",
3333
"* Updates to `requirements.txt`, using the latest and greatest third-party modules\n",
34-
"* Python 3.9 is no longer supported."
34+
"* Python 3.9 is no longer supported.\n",
35+
"* 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."
3536
]
3637
},
3738
{

0 commit comments

Comments
 (0)