mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove the PyMem_FREE() call added incb90c89. The buffer will be freed when PyTokenizer_Free() is called on the tokenizer state. (cherry picked from commitcda139d1de) Co-authored-by: Zackery Spytz <zspytz@gmail.com>