[Checkins] [zopefoundation/ZODB] 2f4441: Fixing uncaught exception problem on shutdown

GitHub noreply at github.com
Thu Mar 17 14:37:53 CET 2016


  Branch: refs/heads/3.10
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 2f44411919f42ccaad0cae09a75099c781129e0b
      https://github.com/zopefoundation/ZODB/commit/2f44411919f42ccaad0cae09a75099c781129e0b
  Author: Patrick Gerken <patrick.gerken at zumtobelgroup.com>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

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

  Log Message:
  -----------
  Fixing uncaught exception problem on shutdown

Nested connections try to clean up themselves multiple
times. This does not work


  Commit: 41bab6d3be94a57ec2fc2fdb0c13b6eb34d4bed4
      https://github.com/zopefoundation/ZODB/commit/41bab6d3be94a57ec2fc2fdb0c13b6eb34d4bed4
  Author: Patrick Gerken <patrick.gerken at zumtobelgroup.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Gitignore was missing a lot


  Commit: 26c08744f1e15085abf510a8b8e06b989706c0a8
      https://github.com/zopefoundation/ZODB/commit/26c08744f1e15085abf510a8b8e06b989706c0a8
  Author: Patrick Gerken <patrick.gerken at zumtobelgroup.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M src/ZODB/tests/testMVCCMappingStorage.py

  Log Message:
  -----------
  Add test


  Commit: 00892553231c65045354c046e7ce2eb2d3239e71
      https://github.com/zopefoundation/ZODB/commit/00892553231c65045354c046e7ce2eb2d3239e71
  Author: Patrick Gerken <patrick.gerken at zumtobelgroup.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M src/CHANGES.txt

  Log Message:
  -----------
  Reword changelog


  Commit: b9887679b3da03f82afcb80305e4b959b4049fca
      https://github.com/zopefoundation/ZODB/commit/b9887679b3da03f82afcb80305e4b959b4049fca
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2016-03-17 (Thu, 17 Mar 2016)

  Changed paths:
    M .gitignore
    M src/CHANGES.txt
    M src/ZODB/Connection.py
    M src/ZODB/tests/testMVCCMappingStorage.py

  Log Message:
  -----------
  Merge pull request #46 from zopefoundation/do3cc_fix_for45

Fixing uncaught exception problem on shutdown


Compare: https://github.com/zopefoundation/ZODB/compare/b28a24c423be...b9887679b3da


More information about the checkins mailing list