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 noxdafox
Recipients noxdafox, sbt
Date 2013-10-21.20:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52658E47.8050505@gmail.com>
In-reply-to <1381348764.75.0.661601432175.issue19185@psf.upfronthosting.co.za>
Content
On 09/10/13 22:59, Richard Oudkerk wrote:
> Yes.  But my point was that somebody might have used such a function as the initializer argument.  The proposed change would break a program which does
>
>      with Pool(initializer=os.nice, initargs=(incr,)) as p:
>          ...
Indeed in cases like that the backward compatibility would break if the 
passed function is accepting a fixed amount of positional arguments.
History
Date User Action Args
2013-10-21 20:28:28noxdafoxsetrecipients: + noxdafox, sbt
2013-10-21 20:28:28noxdafoxlinkissue19185 messages
2013-10-21 20:28:28noxdafoxcreate