diff options
Diffstat (limited to 'changelog.d/12875.bugfix')
-rw-r--r-- | changelog.d/12875.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12875.bugfix b/changelog.d/12875.bugfix new file mode 100644 index 0000000000..7b011e0f90 --- /dev/null +++ b/changelog.d/12875.bugfix @@ -0,0 +1 @@ +Explicitly close `ijson` coroutines once we are done with them, instead of leaving the garbage collector to close them. |