On 4/19/06, <b class="gmail_sendername">Greg Ewing</b> &lt;<a href="mailto:greg.ewing@canterbury.ac.nz">greg.ewing@canterbury.ac.nz</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Edward C. Jones wrote:<br><br>&gt; I suggest a singleton object &quot;UseForbidden&quot; (&quot;Py_UseForbidden&quot; in C).<br><br>It should be called &quot;Mu&quot;. :-)<br><br>Although such an object could cause a lot of pain to
<br>debuggers and other such introspective code.<br></blockquote></div><br>Actually this sounds a lot like a signaling Not-a-number (sNaN) from IEEE754.&nbsp; One can pass around a sNaN, but any use will raise a (numeric) exception.&nbsp; Similarly, you want a signaling Not-an-Object (sNaO) that also doesn't like to be passed as a function argument.&nbsp; It is the last bit that makes it a pain, since what if your function is log_error_value(sNaO)?
<br><br>-Kevin<br><br>