Create temporary list of slots for signals when emitting.
commitd8681a5fef8d39877d8ce3cf94e7b83d652d98e4
authorDavid Brodsky <trekie@sinister.cz>
Fri, 5 Jan 2007 12:30:14 +0000 (5 13:30 +0100)
committerDavid Brodsky <trekie@sinister.cz>
Fri, 5 Jan 2007 12:30:14 +0000 (5 13:30 +0100)
tree0f07b7140a100149cae8ebbc7b032555345f4201
parenta4f890fceb820ae682115f16a35c64536bd3c018
Create temporary list of slots for signals when emitting.

When a signal is emitted it is possible that it will be deleted while it is
calling its slots. In that case the slots iterator wouldn't be valid anymore.
src/core/signals.py