Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
getargs.c
Find file
Blame
History
Permalink
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
· b3c9e073
Victor Stinner
authored
Jan 04, 2011
doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1).
b3c9e073