diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-01-11 00:26:00 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-01-11 00:35:45 +0200 |
commit | 5ef5aed559193b41187a7e3ee7862f823a9845df (patch) | |
tree | d632e598ecb941387c789d685406c1880e806ac5 /docs | |
parent | 8c552d474848d901f09a54ed8827997cf0b3edda (diff) | |
download | apscheduler-5ef5aed559193b41187a7e3ee7862f823a9845df.tar.gz |
Fixed inability to schedule wrapped functions
Closes #363.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/versionhistory.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 1d0e505..165639d 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -19,6 +19,8 @@ APScheduler, see the :doc:`migration section <migration>`. * 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) +* Fixed inability to schedule wrapped functions with extra arguments when the wrapped function + cannot accept them but the wrapper can (original PR by Egor Malykh) 3.6.3 |