##// END OF EJS Templates
Merge pull request #9519 from Carreau/last-result...
Merge pull request #9519 from Carreau/last-result Keep a reference to last execution result on the shell.

File last commit:

r22317:68860ee5
r22450:bb2c7ec4 merge
Show More
incompat-event-triggering.rst
7 lines | 371 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-event-triggering.rst
Craig Citro
Make event triggering robust to (un)registration....
r22317 Update IPython event triggering to ensure callback registration and
unregistration only affects the set of callbacks the *next* time that event is
triggered. See :ghissue:`9447` and :ghpull:`9453`.
This is a change to the existing semantics, wherein one callback registering a
second callback when triggered for an event would previously be invoked for
that same event.