mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
d87b015106
* gh-119118: Fix performance regression in tokenize module - Cache line object to avoid creating a Unicode object for all of the tokens in the same line. - Speed up byte offset to column offset conversion by using the smallest buffer possible to measure the difference. Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Miscellaneous source files for the main Python shared library