[GRASS-git] [OSGeo/grass] d5dd43: ctypes: fix Callable for Python 3.10 (#1672)

Markus Neteler noreply at github.com
Mon Jun 21 11:34:45 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass
  Commit: d5dd43ddbedaa962e80172a5fa1768ae16257050
      https://github.com/OSGeo/grass/commit/d5dd43ddbedaa962e80172a5fa1768ae16257050
  Author: Markus Neteler <neteler at gmail.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M python/grass/ctypes/ctypesgencore/parser/lex.py

  Log Message:
  -----------
  ctypes: fix Callable for Python 3.10 (#1672)

Callable is now part of collections.abc: replacing `collections.Callable` with `collections.abc.Callable`

Co-authored-by: @petrasovaa




More information about the grass-commit mailing list