[GRASS-git] [OSGeo/grass] 8f39c4: grass.pygrass: Fix resource_tracker semaphore warn...
SAKET KUMAR MALL
noreply at github.com
Fri Aug 21 12:55:01 PDT 2026
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 8f39c47c80befa707f6adf0ea8bc890223d84be1
https://github.com/OSGeo/grass/commit/8f39c47c80befa707f6adf0ea8bc890223d84be1
Author: SAKET KUMAR MALL <72020337+saket0187 at users.noreply.github.com>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M python/grass/pygrass/rpc/base.py
Log Message:
-----------
grass.pygrass: Fix resource_tracker semaphore warning at exit (#7833)
Unlink the RPC server lock semaphore when the server is stopped, so temporal tools no longer emit a resource_tracker warning at exit.
Note :- Messenger holds the same kind of lock, but bisecting showed only the CLibrariesInterface lock survives to shutdown, so changing its stop() would fix nothing.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list