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 sbt
Recipients noxdafox, sbt
Date 2013-10-09.19:59:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381348764.75.0.661601432175.issue19185@psf.upfronthosting.co.za>
In-reply-to
Content
> These functions are compliant with POSIX standards and the return values 
> are actually useful, they return the previously set masks and handlers, 
> often are ignored but in complex cases it's good to know their previous 
> state.

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:
        ...
History
Date User Action Args
2013-10-09 19:59:24sbtsetrecipients: + sbt, noxdafox
2013-10-09 19:59:24sbtsetmessageid: <1381348764.75.0.661601432175.issue19185@psf.upfronthosting.co.za>
2013-10-09 19:59:24sbtlinkissue19185 messages
2013-10-09 19:59:24sbtcreate