Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_clean_source for python 3.13.2
In python 3.13.2 untokenize() does not round-trip for code containing line breaks (\ + \n). This patch removes the test case for the space removal before line break. python/cpython#125553
- Loading branch information