Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
cffi
Commits
9373cd2bf283
Commit
57d6b83c
authored
Jul 07, 2021
by
Matt Davis
Browse files
fixed test failures in Unraisable error collector
--HG-- branch : fix_filelike_flush
parent
a3f5df93ca8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cffi/_cffi_errors.h
View file @
9373cd2b
...
...
@@ -54,6 +54,8 @@ static PyObject *_cffi_start_error_capture(void)
" of.write(x)
\n
"
" except: pass
\n
"
" self.buf += x
\n
"
" def flush(self):
\n
"
" pass
\n
"
"fl = FileLike()
\n
"
"fl.buf = ''
\n
"
"of = sys.stderr
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment