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
bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385)
· ed076ed4
Victor Stinner
authored
Jun 26, 2019
Add a fast-path to PyUnicode_Decode() for size equals to 0.
ed076ed4