Skip to content

Commit

Permalink
Whoops, libuv can't handle normal files on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jan 15, 2021
1 parent 0838e93 commit 2897516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gevent/tests/test__fileobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def _check(self, regex, kind, *args, **kwargs):
def test_atomicwrite_fd(self):
from gevent._fileobjectcommon import WriteallMixin
# It basically only does something when buffering is otherwise disabled
fileno, _path = self._mkstemp('.gevent_test_atomicwrite_fd')
fileno, _w = self._pipe()
desc = self._makeOne(fileno, 'wb',
buffering=0,
closefd=False,
Expand Down

0 comments on commit 2897516

Please sign in to comment.