We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From g.rodola on July 04, 2012 10:39:04
Everytime we use PyList_New(0) we're currently forgetting to Py_DECREF the list object in case of error. This affects all the platforms.
Original issue: http://code.google.com/p/psutil/issues/detail?id=299
The text was updated successfully, but these errors were encountered:
From g.rodola on July 04, 2012 06:46:44
Fixed in r1411 , r1412 , r1413 , r1414 .
Status: FixedInSVN
Sorry, something went wrong.
From g.rodola on July 10, 2012 18:31:14
A test suite which is supposed to cover most of the cases explained above has been added as r1428 .
From g.rodola on August 13, 2012 09:25:13
Fixed in version 0.6.0, released just now.
Status: Fixed Labels: -Milestone-1.0.0 Milestone-0.6.0
From g.rodola on March 02, 2013 04:10:25
Updated csets after the SVN -> Mercurial migration: r1411 == revision 376f3d516316 r1428 == revision d584c17669f0
giampaolo
No branches or pull requests
From g.rodola on July 04, 2012 10:39:04
Original issue: http://code.google.com/p/psutil/issues/detail?id=299
The text was updated successfully, but these errors were encountered: