eventdispatch 0.2.27__tar.gz → 0.2.28.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {eventdispatch-0.2.27/eventdispatch.egg-info → eventdispatch-0.2.28.2}/PKG-INFO +1 -1
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch/core.py +1 -1
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2/eventdispatch.egg-info}/PKG-INFO +1 -1
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/pyproject.toml +1 -1
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/setup.py +1 -1
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/LICENSE +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/NOTICE +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/README.md +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch/__init__.py +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch/common1.py +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch/composite_semaphore.py +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch/example1.py +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch/example2.py +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch.egg-info/SOURCES.txt +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch.egg-info/dependency_links.txt +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch.egg-info/entry_points.txt +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch.egg-info/requires.txt +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/eventdispatch.egg-info/top_level.txt +0 -0
- {eventdispatch-0.2.27 → eventdispatch-0.2.28.2}/setup.cfg +0 -0
|
@@ -229,7 +229,7 @@ class EventDispatch(object):
|
|
|
229
229
|
callback=lambda event = event, args = args, kwargs = kwargs:\
|
|
230
230
|
self.dispatch_finish(event, *args, **kwargs),
|
|
231
231
|
daemon=event.daemon
|
|
232
|
-
|
|
232
|
+
)
|
|
233
233
|
self.thread_registry[event.get_id()].start()
|
|
234
234
|
# NOTE: events must deal with exceptions internally
|
|
235
235
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|