[Patches] [ python-Patches-711835 ] Removing unnecessary lock operations

SourceForge.net noreply@sourceforge.net
Sun, 30 Mar 2003 08:49:15 -0800


Patches item #711835, was opened at 2003-03-29 17:12
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=711835&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Mihai Ibanescu (misa)
>Assigned to: Tim Peters (tim_one)
Summary: Removing unnecessary lock operations

Initial Comment:
PyThread_acquire_lock can be further optimized to do
less locking on the global lock mutex.

Original patch location:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=86281

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-03-30 18:49

Message:
Logged In: YES 
user_id=21627

This looks reasonable to me, but I may be missing something.

Tim, can you see a problem with that code?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=711835&group_id=5470