mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
cda139d1de
Remove the PyMem_FREE() call added in cb90c89. The buffer will be
freed when PyTokenizer_Free() is called on the tokenizer state.