Files
sqlalchemy/test
Mike Bayer 75fdcacc85 Add performance improvement for Enum w/ Python 2 enum library
Adjusted the initialization for :class:`.Enum` to minimize how often it
invokes the ``.__members__`` attribute of a given PEP-435 enumeration
object, to suit the case where this attribute is expensive to invoke, as is
the case for some popular third party enumeration libraries.

Fixes: #4758
Change-Id: Iffeb854c67393bdcb288944fc357a074e20e1325
(cherry picked from commit 2cc7308c96)
2019-07-11 00:21:08 -04:00
..
2019-06-21 10:18:17 -04:00
2019-06-21 10:18:17 -04:00
2019-06-28 11:28:50 -04:00
2019-06-21 10:18:17 -04:00
2019-01-06 18:23:11 -05:00