This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients bquinlan, brian.curtin, mark.dickinson, pitrou
Date 2012-10-22.17:35:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350927311.11.0.831545692352.issue15966@psf.upfronthosting.co.za>
In-reply-to
Content
> 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".
History
Date User Action Args
2012-10-22 17:35:11mark.dickinsonsetrecipients: + mark.dickinson, bquinlan, pitrou, brian.curtin
2012-10-22 17:35:11mark.dickinsonsetmessageid: <1350927311.11.0.831545692352.issue15966@psf.upfronthosting.co.za>
2012-10-22 17:35:11mark.dickinsonlinkissue15966 messages
2012-10-22 17:35:10mark.dickinsoncreate