◐ Shell
clean mode source ↗

Message 183500 - Python tracker

On 04/03/2013 8:01pm, Charles-François Natali wrote:
>> It looks like queues_contention.diff has the line
>>
>>      obj = pickle.dumps(obj)
>>
>> in both _feed() and put().  Might that be why the third set of benchmarks
>> was slower than the second?
>
> _feed() is a Queue method, put() its SimpleQueue() counterpart. Am I
> missing something?

No.  I only looked at the diff and assumed both changes were for Queue.

Since you marked issue 10886 as superceded, do you intend to do the 
pickling in put()?