You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tempfile module seems not to depend on any low level file system code - It uses the modules os, io and shutil directly. For that reason, it can safely be removed from Patcher.
This ensures that the correct implementation of tempfile is used without the need for a fake implementation, if using Patcher.
The
tempfile
module seems not to depend on any low level file system code - It uses the modulesos
,io
andshutil
directly. For that reason, it can safely be removed fromPatcher
.This ensures that the correct implementation of
tempfile
is used without the need for a fake implementation, if usingPatcher
.See #189.
The text was updated successfully, but these errors were encountered: