<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>