Skip to content

v2.13.4

Compare
Choose a tag to compare
@cdce8p cdce8p released this 31 Jan 13:19
d9023ef
  • Fix issues with typing_extensions.TypeVar.
  • Fix ClassDef.fromlino for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.
  • Preserve parent CallContext when inferring nested functions.
    Closes pylint-dev/pylint#8074
  • Add Lock to the multiprocessing brain.
    Closes pylint-dev/pylint#3313