Re: [Pyunit-interest] comments on PyUnit
Brought to you by:
purcell
From: Jeremy H. <je...@al...> - 2001-04-23 12:46:58
|
>>>>> "CE" == Chuck Esterbrook <ec...@mi...> writes: CE> Finally, consider the flip side: Is there any reason to give to CE> developers that their assertions MUST be disabled for CE> optimization? I don't understand this question. The definition of optimization for Python is "assertions are disabled."(*) So "assertions must be disabled" is tautological. Jeremy (*) Okay, SET_LINENO instructions are omitted, too, but it is hard to imagine anyone having good cause to worry about the performance implications of SET_LINENO. |