]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Import from collections.abc
authorxtreak <tir.karthi@gmail.com>
Mon, 24 Sep 2018 16:23:54 +0000 (12:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 27 Sep 2018 19:49:39 +0000 (15:49 -0400)
commit69dea25f92bfe8706b99bdc4978af40067129564
tree02f6464fed80bd00e0764ea30fa0ec32eab32c72
parentd918b04b7684a1abbdd5c0d4d60889d2338ae65b
Import from collections.abc

Fixed additional warnings generated by Python 3.7 due to changes in the
organization of the Python ``collections`` and ``collections.abc`` packages.
Previous ``collections`` warnings were fixed in version 1.2.11. Pull request
courtesy xtreak.

See I2d1c0ef97c8ecac7af152cc56263422a40faa6bb for the original collections.abc
fixes.

Fixes: #4339
Change-Id: Ia92d2461f20309fb33ea6c6f592f7d4e7e32ae7a
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/475
(cherry picked from commit 2d2fa49130249f757f6f1100dad879e1071ad385)
doc/build/changelog/unreleased_12/4339.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/json.py
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_resultset.py