]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix typo in resultproxy.c and test compatibility with python 3.5
authorFederico Caselli <cfederico87@gmail.com>
Sat, 28 Mar 2020 10:04:44 +0000 (11:04 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Mar 2020 17:23:12 +0000 (13:23 -0400)
commit5b6a1a98903830ac563f936ccbe1fe30d88ec77c
tree68a7bee4f772718aafdd0e1bd8bf0e2548d482d1
parentee1e1e2f5540a6e32986b1041db4dfd55894e68b
Fix typo in resultproxy.c and test compatibility with python 3.5

- Fix typo in resultproxy.c that would error on windows.
- add -Wundef to C flags when linux is detected so that undefined
symbols emit a warning
- a few adjustments for tests to succeed on python 3.5
- note minimum version still documented here as 3.4 but this should
move to at least 3.5 if not 3.6 for SQLAlchemy 1.4

Change-Id: Ia93ee1cb5c52e51e72eb0a24c100421c5157d04b
lib/sqlalchemy/cextension/resultproxy.c
lib/sqlalchemy/testing/util.py
setup.py
test/base/test_utils.py
test/orm/test_unitofwork.py