pylint only catching cyclic-import
in parallel mode
#10140
Labels
Bug 🪲
False Negative 🦋
No message is emitted but something is wrong with the code
multiprocessing
Needs investigation 🔬
A bug or crash where it's not immediately obvious what is happenning
Bug description
With the following file system and no explicit
pylint
configuration:Running
pylint
:Potentially related issues:
#9168
Configuration
None
Expected behavior
Would expect all three to give the same output; worst-case scenario, I expect
-j1
tocatch all issues, while running with parallelism may miss a few.
Pylint version
pylint 3.3.2 astroid 3.3.6 Python 3.13.0 (main, Oct 16 2024, 08:05:40) [Clang 18.1.8 ] # however, this issue persists across a large variety of pylint and Python version combinations
OS / Environment
Apple Silicon
MacOS 15.1.1
Same results on an Ubuntu container.
The text was updated successfully, but these errors were encountered: