[Patches] [ python-Patches-1531859 ] Tracing and profiling functions can cause hangs in threads
SourceForge.net
noreply at sourceforge.net
Tue Aug 1 02:30:03 CEST 2006
Patches item #1531859, was opened at 2006-07-31 16:48
Message generated for change (Comment added) made by splitscreen
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1531859&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matt Fleming (splitscreen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tracing and profiling functions can cause hangs in threads
Initial Comment:
Attached is a patch (with test case) that fixes a
problem when a tracing function or a profiling function
for a thread references a thread ID, causing it to hang.
Matt
----------------------------------------------------------------------
>Comment By: Matt Fleming (splitscreen)
Date: 2006-08-01 00:30
Message:
Logged In: YES
user_id=1126061
Actually the problem is a little different than I first
reliased. I've updated the comment block above the code in
threading.py's __delete method to more clearly explain the
situation.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1531859&group_id=5470
More information about the Patches
mailing list