The Wayback Machine - https://web.archive.org/web/20220929142929/https://github.com/python/cpython/issues/97639
Labels
tests
Tests in the Lib/test dir
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
sobolevn commentedSep 29, 2022
While checking coverage of some module, I found that these condition is never
True: https://github.com/python/cpython/blame/4652093e1b816b78e9a585d671a807ce66427417/Lib/tabnanny.py#L26-L27Which is correct, because
NLtoken is always there.This code is pretty old, I think it is safe to be removed.
The text was updated successfully, but these errors were encountered: