…k_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 cda139d) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
@ZackerySpytz and @serhiy-storchaka: Status check is done, and it's a success ✅ . |
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 cda139d)
Co-authored-by: Zackery Spytz zspytz@gmail.com
https://bugs.python.org/issue36459