summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-01-10 23:35:21 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-01-10 23:35:21 +0200
commit1137ce14e9b7c4bea9aba017654bd3b84f70ca27 (patch)
treebeb37bb92535f2e3b16e3ecc9a8c6769f3eb7c9c /docs
parent9f7c1dc61ba3247b698ce177d1e7e7de8e76777d (diff)
downloadapscheduler-1137ce14e9b7c4bea9aba017654bd3b84f70ca27.tar.gz
Fixed memory leak when coroutine jobs raise exceptions
Fixes #406. Closes #418.
Diffstat (limited to 'docs')
-rw-r--r--docs/versionhistory.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst
index 488adba..8c5d552 100644
--- a/docs/versionhistory.rst
+++ b/docs/versionhistory.rst
@@ -17,6 +17,7 @@ APScheduler, see the :doc:`migration section <migration>`.
* Added PySide2 support (PR by Abdulla Ibrahim)
* Fixed ``BlockingScheduler`` and ``BackgroundScheduler`` shutdown hanging after the user has
erroneously tried to start it twice
+* Fixed memory leak when coroutine jobs raise exceptions (due to reference cycles in tracebacks)
3.6.3