]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89452: Prefer gdbm-compat over ndbm (#92208)
authorŁukasz Langa <lukasz@langa.pl>
Tue, 3 May 2022 16:27:38 +0000 (18:27 +0200)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 16:27:38 +0000 (18:27 +0200)
commit6c25bf07e86b6d8d5e50488835f70539f382d7e0
tree1ba0b23ccfc45a397eb510de520995d080fbef1e
parentfeca9bbd1f6489f2b6d2783bfc22fdb96e45b69f
gh-89452: Prefer gdbm-compat over ndbm (#92208)

This makes macOS gdbm provided by Homebrew not segfault through correct
selection of the linked library (-lgdbm_compat) *AND* the correct ndbm-style
header (gdbm-ndbm.h instead of the invalid ndbm.h).
Misc/NEWS.d/next/Build/2022-05-03-03-36-47.gh-issue-89452.NIY0fF.rst [new file with mode: 0644]
Modules/_dbmmodule.c
configure
configure.ac
setup.py