1. 08 Jul, 2021 2 commits
  2. 07 Jul, 2021 4 commits
    • Jason Madden's avatar
      Workaround pylint bug: · d66be90f
      Jason Madden authored
      Exception on node <FunctionDef.python_check_callback l.58 at 0x12615c910> in file '/src/gevent/libev/corecffi.py'
      Traceback (most recent call last):
        File "///bin/pylint", line 8, in <module>
          sys.exit(run_pylint())
        File "///lib/python3.9/site-packages/pylint/__init__.py", line 24, in run_pylint
          PylintRun(sys.argv[1:])
        File "///lib/python3.9/site-packages/pylint/lint/run.py", line 384, in __init__
          linter.check(args)
        File "///lib/python3.9/site-packages/pylint/lint/pylinter.py", line 973, in check
          self._check_files(
        File "///lib/python3.9/site-packages/pylint/lint/pylinter.py", line 1007, in _check_files
          self._check_file(get_ast, check_astroid_module, name, filepath, modname)
        File "///lib/python3.9/site-packages/pylint/lint/pylinter.py", line 1033, in _check_file
          check_astroid_module(ast_node)
        File "///lib/python3.9/site-packages/pylint/lint/pylinter.py", line 1170, in check_astroid_module
          retval = self._check_astroid_module(
        File "///lib/python3.9/site-packages/pylint/lint/pylinter.py", line 1215, in _check_astroid_module
          walker.walk(ast_node)
        File "///lib/python3.9/site-packages/pylint/utils/ast_walker.py", line 77, in walk
          self.walk(child)
        File "///lib/python3.9/site-packages/pylint/utils/ast_walker.py", line 77, in walk
          self.walk(child)
        File "///lib/python3.9/site-packages/pylint/utils/ast_walker.py", line 74, in walk
          callback(astroid)
        File "///lib/python3.9/site-packages/pylint/checkers/classes.py", line 1070, in visit_functiondef
          self._check_signature(node, parent_function, "overridden", klass)
        File "///lib/python3.9/site-packages/pylint/checkers/classes.py", line 1930, in _check_signature
          + f"was {total_args_refmethod} in '{refmethod.parent.name}.{refmethod.name}' and "
      AttributeError: 'If' object has no attribute 'name'
      
      pylint 2.9.3, astroid 2.6.2
      d66be90f
    • Jason Madden's avatar
      Updates for new pylint. · 2832922f
      Jason Madden authored
      2832922f
    • Jason Madden's avatar
      Merge pull request #1803 from gevent/cython3.0a8 · 3be12a03
      Jason Madden authored
      Update to Cython 3.0a8.
      3be12a03
    • Jason Madden's avatar
      Update to Cython 3.0a8. · 1aea6bc0
      Jason Madden authored
      Fixes #1801.
      1aea6bc0
  3. 30 Apr, 2021 2 commits
  4. 29 Apr, 2021 1 commit
  5. 22 Jan, 2021 2 commits
  6. 20 Jan, 2021 10 commits
  7. 18 Jan, 2021 4 commits
  8. 15 Jan, 2021 7 commits
  9. 12 Jan, 2021 4 commits
  10. 11 Jan, 2021 2 commits
  11. 27 Dec, 2020 2 commits