New submission from Xiang Zhang: The documentation tells that concurrent.futures.Executor is an abstract class. Also PEP3148 tells so and says concurrent.futures.Executor.submit is an abstract method and must be implemented by Executor subclasses. I think using abc.ABCMeta here is a good choice.
I propose a patch. The patch also remove some unnecessary object base class. ---------- files: make_concurrent_futures_Executor_an_abc.patch keywords: patch messages: 263911 nosy: bquinlan, xiang.zhang priority: normal severity: normal status: open title: Make concurrent.futures.Executor an abc Added file: http://bugs.python.org/file42551/make_concurrent_futures_Executor_an_abc.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26816> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com