Files
sqlalchemy/test
Federico Caselli 92db2a096b Handle case where InstanceState.obj returns None
Fixed bug where a call ``InstanceState.obj()`` could return None when
synchronizing the instance states of the objects in the session in case
they become out of scope but are not yet finalized by the gc. This
case does not happen in cPython, but it may present itself in pypy.

The approach is to allow None to be gracefully handled by the
evaluator itself, ensuring it returns None in all cases when None
is passed in.

Fixes: #5631
Change-Id: I53d38fbea2e72b2e677c6e7f70bf075a58e58945
2020-10-07 00:13:35 -04:00
..
2020-10-02 21:34:24 +02:00
2020-09-28 15:17:26 -04:00
2020-10-02 21:34:24 +02:00