&nbsp;&nbsp; &nbsp; <b class="gmail_sendername"><span style="font-weight: bold;"></span>Tim Peters</b> &lt;<a href="mailto:tim.peters@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">tim.peters@gmail.com</a>
&gt; wrote:<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span class="q"><span class="gmail_quote"></span></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q">
<br>&gt;This is actually due to changes in Python&#39;s `struct` module, more<br>&gt;accidentally than not related to the ongoing int/long unification.<br><br></span><span class="q">&gt;I think it&#39;s better to change the specific test that failed; 
e.g., change the<br>&gt;&nbsp; u64(oid)<br>&gt; part to<br>&gt;&nbsp; int(u64(oid))<br><br>&gt;in the test, and change the expected output to match the new output,<br>&gt;That way the test will pass under all versions of Python, without
<br>&gt;anything hidden in magical normalizers.<br></span></blockquote></div>&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Tim, thanks for your suggestion. These&nbsp; errors are&nbsp; corrected and the test<br>&nbsp;&nbsp;&nbsp; will now pass&nbsp; under all versions of Python.<br>&nbsp;&nbsp; 
<br>&nbsp;&nbsp;&nbsp; With regards
<br><span class="sg"><br>&nbsp;&nbsp;&nbsp; Nikhil N<br>
</span></blockquote></div><br>