[GRASS-git] [OSGeo/grass] 4c4ddb: ctypes: fix Callable for Python 3.10 (#1673)

Markus Neteler noreply at github.com
Mon Jun 21 11:35:02 PDT 2021


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

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

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

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

Fixes #1671

Co-authored-by: @petrasovaa




More information about the grass-commit mailing list