stchris / untangle

Converts XML to Python objects
MIT License
612 stars 83 forks source link

Untangle fails on windows with xml string #69

Open ethanrucinski opened 4 years ago

ethanrucinski commented 4 years ago

When passing an xml string on windows untangle returns an error that the XML string is too long to be a file location and the python run crashes

DenisVasiliev commented 4 years ago

Same problem was fixed this way: https://github.com/microsoft/ptvsd/pull/192

stchris commented 2 years ago

I am hoping to fix this in #87