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
This fails in the fake implemenation (self.os / self.open being the fake implementation in this case) because the fd is not closed in the last close() call as it should have been.
The text was updated successfully, but these errors were encountered:
This is basically code taken from
tempfile
(found this while working on the dynamic patcher):This fails in the fake implemenation (
self.os
/self.open
being the fake implementation in this case) because the fd is not closed in the lastclose()
call as it should have been.The text was updated successfully, but these errors were encountered: