Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
sys.exc_clear is not available in python3 #1049
Comments
|
I guess de29c41 fixes it. |
|
This doesn't fix it, it merely hides it in a try/catch. |
|
It doesn't seem there's an actual way around this. Back in 2011 fabioz/Pydev@ed35a22 did it by using It seems |
This function was removed in python 3: http://docs.python.org/3.3/whatsnew/3.0.html#library-changes
I haven't noticed it until I test it on Windows, since I don't have git installed.
What's the alternative in python 3?