Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disk_partitions() on Windows is slow due to floppy disk #262

Closed
giampaolo opened this issue May 23, 2014 · 3 comments
Closed

disk_partitions() on Windows is slow due to floppy disk #262

giampaolo opened this issue May 23, 2014 · 3 comments

Comments

@giampaolo
Copy link
Owner

From g.rodola on May 04, 2012 14:01:44

This happens when we attempt an os.stat() call against the floppy: 
https://code.google.com/p/psutil/source/browse/tags/release-0.4.1/psutil/_psmswindows.py#82
 The code should be smarter and preemptively avoid the os.stat() call when 
all=False by figuring out whether we're dealing with a floppy disk.

Original issue: http://code.google.com/p/psutil/issues/detail?id=262

@giampaolo giampaolo self-assigned this May 23, 2014
@giampaolo
Copy link
Owner Author

From g.rodola on May 04, 2012 10:59:59

Fixed in r1304 .

Status: FixedInSVN

@giampaolo
Copy link
Owner Author

From g.rodola on June 27, 2012 11:54:03

0.5.0 is finally out. Closing out as fixed.

Status: Fixed

@giampaolo
Copy link
Owner Author

From g.rodola on March 02, 2013 04:07:41

Updated csets after the SVN -> Mercurial migration: r1304 == revision 
12bdb456c302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant