]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Repair incorrect symbol PyDict_GetItemWithError for Python 2
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jan 2021 17:57:47 +0000 (12:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Jan 2021 18:08:01 +0000 (13:08 -0500)
commite3fbbf830fef9bedee7b26460c79843780962bc0
tree5239eb20fa8d3ef4f3f7c59924dc18039fd0c4ee
parent25ee5a05df0daeb7dc7ba432172d6abc76ffab56
Repair incorrect symbol PyDict_GetItemWithError for Python 2

* ensure on python 2 correct cflags to fail on undefined
symbols take effect

* fail for implicit function declaration

* python 2 does not publish PyDict_GetItemWithError but has
it as _PyDict_GetItemWIthError but only as of Python 2.7.12

Change-Id: I007509afddf7f44ca64e52fa9140be39f815fa7a
lib/sqlalchemy/cextension/immutabledict.c
setup.py