New issue 2914: ctypes.FormatError() different behavior from python https://bitbucket.org/pypy/pypy/issues/2914/ctypesformaterror-different-behavior-from
V.E.O: the argument of ctypes.FormatError() is optional, but it is different in pypy: >>>> import ctypes >>>> ctypes.FormatError() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: FormatError() takes exactly 1 argument (0 given) _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue