pysaml2
pysaml2 copied to clipboard
Use class delete_tmpfiles flag in _run_xmlsec
Description
Fixes issue of not deleting temporary files in windows to support running xmlsec1 as a subprocess in windows.
What your changes do and why you chose this solution
With this PR it is possible to use config parameter "delete_tmpfiles": False if os.name == 'nt' else True
#863
Is it possible to get this PR merged so it can be included in the next release?