[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Protect against cls weakref becoming None
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-05-09 14:37:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/22570c3181ef/ Changeset: 22570c3181ef Branch: master User: zzzeek Date: 2017-05-08 22:36:57+00:00 Summary: Protect against cls weakref becoming None Protected against testing "None" as a class in the case where declarative classes are being garbage collected and new automap prepare() operations are taking place concurrently, very infrequently hitting a weakref that has not been fully acted upon after gc. Change-Id: I32e1dfc5ac46bac4127fe808cfd18368e2fad9dd Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |