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
Python
import.c
Find file
Blame
History
Permalink
Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that
· 3bb42d93
Brett Cannon
authored
Oct 20, 2007
was PyMem_MALLOC'ed.
3bb42d93