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
Modules
structmodule.c
Find file
Blame
History
Permalink
Get rid of more PyArg_Parse & METH_OLDARGS.
· 187ae561
Neal Norwitz
authored
Apr 02, 2002
PyArg_Parse( "s" ) -> PyString_AsString PyArg_Parse( "t#" ) -> PyString_AsStringAndSize
187ae561