[Checkins] [zopefoundation/ZODB] f8cf23: Don't manipulate Connection state after it has bee...

GitHub noreply at github.com
Wed Feb 1 15:46:19 CET 2017


  Branch: refs/heads/jam-zodbshootout-26
  Home:   https://github.com/zopefoundation/ZODB
  Commit: f8cf23ecd4604740b4389b6f2d2392804b083fb7
      https://github.com/zopefoundation/ZODB/commit/f8cf23ecd4604740b4389b6f2d2392804b083fb7
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/Connection.py

  Log Message:
  -----------
  Don't manipulate Connection state after it has been returned to the pool.

Doing so leads to race conditions.

In particular, there can be an AttributeError.

See https://github.com/zodb/zodbshootout/issues/26 for details.




More information about the checkins mailing list