Mark Dickinson added the comment:

> Did you actually bang into this?

No directly, no:  I'd hit a similar problem in some of our own code, leading to 
a signature change from "def do_later(fn, *args, **kwargs)" to "def 
do_later(fn, arg, kwargs)".  Then it occurred to me to wonder how 
Executor.submit handled the issue.

The workaround seems fine;  feel free to close as "won't fix".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15966>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to