[Checkins] [zopefoundation/ZODB] bb333d: Don't require persistent at setup time. We don't b...
    GitHub 
    noreply at github.com
       
    Thu Feb  2 21:03:56 CET 2017
    
    
  
  Branch: refs/heads/backport4
  Home:   https://github.com/zopefoundation/ZODB
  Commit: bb333d61a7a2ada0c6aaaf9e287219b62decd489
      https://github.com/zopefoundation/ZODB/commit/bb333d61a7a2ada0c6aaaf9e287219b62decd489
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-02-02 (Thu, 02 Feb 2017)
  Changed paths:
    M CHANGES.rst
    M setup.py
  Log Message:
  -----------
  Don't require persistent at setup time. We don't build native code that needs those headers anymore. Fixes #119.
(cherry picked from commit d7dae8b1882ab5f4cdf1fab34af7c6d24a157bbb)
  Commit: 746ca53ac53f32bb0372e36452be8833430bf09e
      https://github.com/zopefoundation/ZODB/commit/746ca53ac53f32bb0372e36452be8833430bf09e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-02-02 (Thu, 02 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.
(cherry picked from commit f8cf23ecd4604740b4389b6f2d2392804b083fb7)
Compare: https://github.com/zopefoundation/ZODB/compare/bb333d61a7a2^...746ca53ac53f
    
    
More information about the checkins
mailing list