[GRASS-git] [OSGeo/grass] 33b5fc: ctypes: fix Callable for Python 3.10 (#1672)
Markus Neteler
noreply at github.com
Mon Jun 21 14:16:00 PDT 2021
Branch: refs/heads/previewbranch_8_0
Home: https://github.com/OSGeo/grass
Commit: 33b5fc7818de95adb85e67b33d6b4928e00ec3e8
https://github.com/OSGeo/grass/commit/33b5fc7818de95adb85e67b33d6b4928e00ec3e8
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
Commit: 011466d97a6fc1448142fb5d89f1b2ea7edeb512
https://github.com/OSGeo/grass/commit/011466d97a6fc1448142fb5d89f1b2ea7edeb512
Author: Markus Neteler <neteler at gmail.com>
Date: 2021-06-21 (Mon, 21 Jun 2021)
Changed paths:
M INSTALL
Log Message:
-----------
INSTALL: move up the link to the Wiki notes
Compare: https://github.com/OSGeo/grass/compare/c812a6ecec35...011466d97a6f
More information about the grass-commit
mailing list