[issue5676] shutils test fails on ZFS (on FUSE, on Linux)

2009-04-29 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r72131 and r72133. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue5676] shutils test fails on ZFS (on FUSE, on Linux)

2009-04-29 Thread Larry Hastings
Larry Hastings added the comment: Ping? Is the fate of this patch waiting on anything I can help with? In case it helps you decide, you don't see this behavior on a ZFS partition on Mac OS X. It appears to only happen under FUSE. So it's just me and my computers. (And maybe Sean Reifschneid

[issue5676] shutils test fails on ZFS (on FUSE, on Linux)

2009-04-16 Thread Larry Hastings
Larry Hastings added the comment: Done and done. I also changed cleanup_test_droppings() in Lib/test/regrtest.py; it now chmods the, uh, droppings before it attempts their removal. -- Added file: http://bugs.python.org/file13699/lch.test_shutil.r71641.diff

[issue5676] shutils test fails on ZFS (on FUSE, on Linux)

2009-04-15 Thread Benjamin Peterson
Benjamin Peterson added the comment: 1. You should always compare functions with "is". 2. You should add a comment explaining why os.listdir is special cased. -- ___ Python tracker _

[issue5676] shutils test fails on ZFS (on FUSE, on Linux)

2009-04-09 Thread Larry Hastings
Larry Hastings added the comment: I should be more specific: patch was written against py3k/trunk r71404. Though I imagine a very similar patch could be written for 2.7 (or 2.6 if appropriate). -- ___ Python tracker

[issue5676] shutils test fails on ZFS (on FUSE, on Linux)

2009-04-09 Thread Larry Hastings
Larry Hastings added the comment: The analysis I wrote on 2009/4/6 is correct, but I just discovered another important detail: it only happens on my ZFS partition. I'm using ZFS on Linux, via FUSE. No wonder I'm the only person it's happening to! I don't know whether it's because of FUSE or b