On Dec 3, 2007 8:33 PM, Matt Feifarek <[EMAIL PROTECTED]> wrote: > On Dec 3, 2007 1:26 PM, Jim Fulton <[EMAIL PROTECTED]> wrote: > > > > > > > > Well, it certainly still affects zodb 3.6 and 3.7. I filed a bug > > > against 3.6 in the Ubuntu repositories, and "esteve" is helping me > > > with that, but your patch against 3.8 doesn't fix 3.6 or 3.7.
Yes it does. I'm already running ZODB 3.6 in Ubuntu x86_64. The testcase attached at bug to ZODB 3.6 works flawlessly: [EMAIL PROTECTED]:/tmp$ python test_int_pysize.py Making empty database storing an object... inspecting object... object still works... committing transaction... inspecting object... object still works... closing up zodb... done opening for another look... inspecting object... object still works... done so there must be something weird in your environment, my patch (which is just a backport fix to ZODB 3.6 from ZODB svn repo) applies cleanly and fixes all porting issues in BTree and Persistent modules. Cheers. -- ZODB doesn't record attribute changes on Gutsy x64 https://bugs.launchpad.net/bugs/165287 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
