IronLanguages / main

Work for this repo has moved to https://github.com/IronLanguages/ironpython2
1.16k stars 347 forks source link

Crash when using unquote_plus #1663

Closed fabioz closed 7 years ago

fabioz commented 7 years ago

The following use of unquote_plus crashes IronPython (and makes it impossible to use in PyDev).

"c:\bin\IronPython 2.7.7\ipy.exe" -X:Frames -X:ExceptionDetail -X:ShowClrExceptions -c "from urllib import unquote_plus; unquote_plus('pydev%5Cplugins%5Corg')"

This worked properly on 2.7.5.

slozier commented 7 years ago

This was fixed in #1625.