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
_cursesmodule.c
Find file
Blame
History
Permalink
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
· b67d6b63
Victor Stinner
authored
Jul 07, 2013
Replace strdup() with _PyMem_RawStrdup() or _PyMem_Strdup(), depending if the GIL is held or not.
b67d6b63