diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-03-28 14:44:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 14:44:21 (GMT) |
commit | dffe90ee0eaf77785ad3d4ad7fb3249430ed1cb9 (patch) | |
tree | 4b71a929afc7dcc6b0419154fb91e00b14dfd4f8 /Python/pythonrun.c | |
parent | bb89aa24cf71f9874d1d26f3a2440fefa0b6bbcc (diff) | |
download | cpython-dffe90ee0eaf77785ad3d4ad7fb3249430ed1cb9.zip cpython-dffe90ee0eaf77785ad3d4ad7fb3249430ed1cb9.tar.gz cpython-dffe90ee0eaf77785ad3d4ad7fb3249430ed1cb9.tar.bz2 |
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601)
Remove the PyMem_FREE() call added in cb90c89. The buffer will be
freed when PyTokenizer_Free() is called on the tokenizer state.
(cherry picked from commit cda139d1ded6708665b53e4ed32ccc1d2627e1da)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions