Mac a écrit : > # .... do some stuff > if debug: > emit_dbg_obj(DbgObjFoo(a,b,c))
Assuming your debug functions always return true, you could use: assert emit_dbg_obj(DbgObjFoo(a,b,c)) and have this code executed -or not- depending on the use of "-O" -- Georges -- http://mail.python.org/mailman/listinfo/python-list