This is a mailing to discuss the development *of* Python, not its *use*. You should be able to get help from python-list or #python on IRC.
On Tue Jan 20 2015 at 9:44:48 AM Neil Girdhar <mistersh...@gmail.com> wrote: > I get error: > > TypeError: init_builtin() takes exactly 1 argument (0 given) > > The only source file that can generate that error > is Modules/_ctypes/_ctypes.c, but when I make changes to that file such as: > > PyErr_Format(PyExc_TypeError, > "call takes exactly %d arguments XYZABC (%zd given)", > inargs_index, actual_args); > > I do not see any difference after make clean and a full rebuild. How is > this possible? I need to debug the arguments passed. > > Best, > > Neil > > _______________________________________________ > Python-Dev mailing list > Python-Dev@python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ > brett%40python.org >
_______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com