repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perl/Test-Simple: update to 1.302205
[oi-userland.git]
/
components
/
python
/
gevent
/
patches
/
04-check_backend-port.patch
blob
d6674b6172743de0b2941d36a350b6f4417b0b20
1
https://github.com/gevent/gevent/issues/1951
2
3
--- gevent-24.2.1/src/gevent/tests/test__close_backend_fd.py.orig
4
+++ gevent-24.2.1/src/gevent/tests/test__close_backend_fd.py
5
@@ -26,6 +26,7 @@
6
'epoll',
7
'linux_aio',
8
'linux_iouring',
9
+ 'port',
10
)
11
12
BACKENDS_THAT_WILL_FAIL_TO_CREATE_AT_RUNTIME = (