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
stringlib
unicode_format.h
Find file
Blame
History
Permalink
Replace PyUnicode_FromUnicode(NULL, 0) by PyUnicode_New(0, 0)
· b37b1742
Victor Stinner
authored
Dec 01, 2011
Create an empty string with the new Unicode API.
b37b1742