Christian Heimes <li...@cheimes.de> added the comment:
The other builtin hashes have the same unused macro. $ grep -R insint Modules/*.c Modules/md5module.c:#define insint(n,v) { PyModule_AddIntConstant(m,n,v); } Modules/sha1module.c:#define insint(n,v) { PyModule_AddIntConstant(m,n,v); } Modules/sha256module.c:#define insint(n,v) { PyModule_AddIntConstant(m,n,v); } Modules/sha512module.c:#define insint(n,v) { PyModule_AddIntConstant(m,n,v); } ---------- components: +Extension Modules -Library (Lib) nosy: +christian.heimes type: -> behavior versions: -Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40865> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com