mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Issue #27040: Add loop.get_exception_handler method
This commit is contained in:
parent
7bf36dace8
commit
7ed7ce6ee7
4 changed files with 12 additions and 0 deletions
|
@ -484,6 +484,9 @@ class AbstractEventLoop:
|
|||
|
||||
# Error handlers.
|
||||
|
||||
def get_exception_handler(self):
|
||||
raise NotImplementedError
|
||||
|
||||
def set_exception_handler(self, handler):
|
||||
raise NotImplementedError
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue