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

2009-04-29 Thread Larry Hastings
Larry Hastings la...@hastings.org 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

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

2009-04-29 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r72131 and r72133. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5676 ___

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

2009-04-15 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org 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 rep...@bugs.python.org

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

2009-04-09 Thread Larry Hastings
Larry Hastings la...@hastings.org 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

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

2009-04-09 Thread Larry Hastings
Larry Hastings la...@hastings.org 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