This is a mailing to discuss the development <b>of</b> Python, not its <b>use</b>. You should be able to get help from python-list or #python on IRC.<br><br><div class="gmail_quote">On Tue Jan 20 2015 at 9:44:48 AM Neil Girdhar <<a href="mailto:mistersheik@gmail.com">mistersheik@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I get error:<div><br></div><div>TypeError: init_builtin() takes exactly 1 argument (0 given)<br></div><div><br></div><div>The only source file that can generate that error is Modules/_ctypes/_ctypes.c, but when I make changes to that file such as:</div><div><br></div><div><div>        PyErr_Format(PyExc_TypeError,</div><div>                     "call takes exactly %d arguments XYZABC (%zd given)",</div><div>                     inargs_index, actual_args);</div></div><div><br></div><div>I do not see any difference after make clean and a full rebuild.  How is this possible?  I need to debug the arguments passed.</div><div><br></div><div>Best,</div><div><br></div><div>Neil</div><div><br></div></div>
______________________________<u></u>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" target="_blank">https://mail.python.org/<u></u>mailman/options/python-dev/<u></u>brett%40python.org</a><br>
</blockquote></div>