New issue 2741: PyArg_ParseTuple: "et" allows passing in None instead of raising https://bitbucket.org/pypy/pypy/issues/2741/pyarg_parsetuple-et-allows-passing-in-none
Christoph Reiter:
Using PyPy 5.10:
Having a function which does PyArg_ParseTuple("et", "utf-8", &utf8)
Expected:
Calling func(None) should raise
Actual:
No error raised
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue
