]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Make GLModule's __eq__ and __hash__ method agree.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 16 Apr 2024 19:13:08 +0000 (12:13 -0700)
committerBruno Haible <bruno@clisp.org>
Tue, 16 Apr 2024 22:53:18 +0000 (00:53 +0200)
commitdaa21fd28d69b29b4c1ab0a98bbb4698fa62709b
tree1512513d6b3b127694dbef90931a230818324690
parente135884192c6ab4eb3cc1de853a571291aa9ae22
gnulib-tool.py: Make GLModule's __eq__ and __hash__ method agree.

* pygnulib/GLModuleSystem.py (GLModuleTable.__hash__): Only use the
module name in hash computations.
ChangeLog
pygnulib/GLModuleSystem.py