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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, christian.heimes, jnoller, loewis, rhettinger
Date 2008-12-02.22:20:24
SpamBayes Score 0.00087177067
Marked as misclassified No
Message-id <1228256426.39.0.255176505046.issue4449@psf.upfronthosting.co.za>
In-reply-to
Content
What about this other patch:
- lock=None has the same semantics as before
- lock=True is the same as lock=None (it failed before)
- lock=False return the object without the "synchronized" wrap (it 
failed before)
- no need to change previous tests
History
Date User Action Args
2008-12-02 22:20:26amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, barry, rhettinger, christian.heimes, jnoller
2008-12-02 22:20:26amaury.forgeotdarcsetmessageid: <1228256426.39.0.255176505046.issue4449@psf.upfronthosting.co.za>
2008-12-02 22:20:25amaury.forgeotdarclinkissue4449 messages
2008-12-02 22:20:25amaury.forgeotdarccreate