##// END OF EJS Templates
Fix temporary folder cleanup on exit (#14188)...
Fix temporary folder cleanup on exit (#14188) When using mkdtemp, the folder content cleanup must be done by the user. The current call to `rmdir` fails in case additional files are generated while editing the code. For example vim with undofile activated does this. Fixes #14099
Matthias Bussonnier -
r28440:c00e76fc merge
Show More
Name Size Modified Last Commit Author
/ IPython
core
extensions
external
lib
sphinxext
terminal
testing
tests
utils
__init__.py Loading ...
__main__.py Loading ...
conftest.py Loading ...
consoleapp.py Loading ...
display.py Loading ...
paths.py Loading ...
py.typed Loading ...