[Patches] [ python-Patches-1731049 ] Pruning threading.py from asserts

SourceForge.net noreply at sourceforge.net
Tue Jun 5 00:17:26 CEST 2007


Patches item #1731049, was opened at 2007-06-05 00:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1731049&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
Private: No
Submitted By: Björn Lindqvist (sonderblade)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pruning threading.py from asserts

Initial Comment:
threading.py heavily uses asserts to protect against undefined behavior. That's no good, because asserts are removed when Python is run with the -O option. 

The suggested fix is to replace all, or almost all, assertions with more robust RuntimeErrors. 

The whole change is split in two parts. First a patch which adds tests for the new behavior. Then a patch which fixes threading.py and adds the necessary documentation.

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

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


More information about the Patches mailing list