Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
The container registry cleanup task is now completed and the registry can be used normally.
Open sidebar
badw-it
DHParser
Commits
45e49bc4
Commit
45e49bc4
authored
Jul 01, 2021
by
Eckhart Arnold
Browse files
cython bug fixes
parent
d40a4dcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/run.py
View file @
45e49bc4
...
...
@@ -132,9 +132,7 @@ if __name__ == "__main__":
print
(
'
\n
Please note, the following phenomena are not bugs:'
)
print
(
' 1. Some doctests may fail on Windows, due to different file-separators.'
)
print
(
' 2. Some doctests may fail with Python 3.5, because in Python 3.5 the order '
'of entries in a dictionary is undetermined.'
)
print
(
' 3. Some tests end with OSError("handle already closed") on pypy3.6, 3.7. '
print
(
' 2. Some tests end with OSError("handle already closed") on pypy3.6, 3.7. '
'This seems to be a python < 3.9 bug. See: pypy3 scratch/process_pool_doc_examples.py'
)
os
.
chdir
(
cwd
)
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