mirror of https://github.com/python/cpython
Browse Source
_testcapimodule.c is not "ssize_t" safe in Python 2.7: the length argument type is int, not Py_ssize_t.
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue