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 davin
Recipients davin, sbt, td
Date 2015-02-21.03:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424489173.18.0.338189029195.issue23484@psf.upfronthosting.co.za>
In-reply-to
Content
Of course, there's code in the wild that expects and uses the parameter named 'block' so simply changing this keyword will result in breaking others' code.

Two potentially appealing options:
1) Document that acquire in multiprocessing differs from threading in this way.
2) Implement 'blocking' as a supported keyword argument though preserve support for 'block' as a deprecated keyword.
History
Date User Action Args
2015-02-21 03:26:13davinsetrecipients: + davin, sbt, td
2015-02-21 03:26:13davinsetmessageid: <1424489173.18.0.338189029195.issue23484@psf.upfronthosting.co.za>
2015-02-21 03:26:13davinlinkissue23484 messages
2015-02-21 03:26:12davincreate