SIGN IN SIGN UP

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.
Z
Zackery Spytz committed
cda139d1ded6708665b53e4ed32ccc1d2627e1da
Parent: 796cc6e
Committed by Serhiy Storchaka <storchaka@gmail.com> on 3/28/2019, 1:53:00 PM