<br><div><span class="gmail_quote">On 10/2/07, <b class="gmail_sendername">Matthew Scouten</b> &lt;<a href="mailto:matthew.scouten@gmail.com">matthew.scouten@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>Ah. From<br><a href="http://mail.python.org/pipermail/c++-sig/2003-June/004240.html">http://mail.python.org/pipermail/c++-sig/2003-June/004240.html</a><br>it looks like what I thought I wanted to do is not possible. What I
<br>actually need to do is create a function that returns that variable in<br>question. I would have thought that exposing a global variable<br>directly would be a fairly obvious thing to do. Is there a reason that<br>it is not possible?
<br></blockquote></div><br>Hint: int is immutable type in Python<br><br>-- <br>Roman Yakovenko<br>C++ Python language binding<br><a href="http://www.language-binding.net/">http://www.language-binding.net/</a>