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
Objects
unicodeobject.c
Find file
Blame
History
Permalink
Code had returned an ssize_t, upcast to long, then converted with PyInt_FromLong.
· b552c4d8
Andrew Dalke
authored
May 25, 2006
Now using PyInt_FromSsize_t.
b552c4d8