[
https://issues.apache.org/jira/browse/PROTON-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367341#comment-17367341
]
ASF GitHub Bot commented on PROTON-2324:
----------------------------------------
jiridanek commented on pull request #320:
URL: https://github.com/apache/qpid-proton/pull/320#issuecomment-865989676
I've tried this on Fedora Rawhide where it correctly spawns Python 3.10 test
run during `python-tox-test`.
There is however another issue (probably unrelated, since it affects all
Python versions on Fedora Rawhide):
```
27: proton_tests.reactor.ContainerTest.test_reconnect
....................... fail
27: Error during test: Traceback (most recent call last):
27: File "/qpid-proton/python/tests/proton_tests/main.py", line 389, in
run
27: phase()
27: File "/qpid-proton/python/tests/proton_tests/reactor.py", line 606,
in test_reconnect
27: container.run()
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_reactor.py",
line 180, in run
27: while self.process():
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_reactor.py",
line 245, in process
27: event.dispatch(self._global_handler)
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
line 162, in dispatch
27: _dispatch(handler, type.method, self)
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
line 125, in _dispatch
27: handler.on_unhandled(method, *args)
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_reactor.py",
line 876, in on_unhandled
27: event.dispatch(self.base)
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
line 162, in dispatch
27: _dispatch(handler, type.method, self)
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_events.py",
line 123, in _dispatch
27: m(*args)
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_handlers.py",
line 1221, in on_reactor_quiesced
27: s.writable()
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_handlers.py",
line 1429, in writable
27: sock = IO.connect(self._addrs[0])
27: File
"/qpid-proton/build/python/.tox/py310/lib64/python3.10/site-packages/proton/_io.py",
line 62, in connect
27: s.connect(addr[4])
27: OSError: [Errno 99] Cannot assign requested address
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Support Python 3.9, 3.10
> ------------------------
>
> Key: PROTON-2324
> URL: https://issues.apache.org/jira/browse/PROTON-2324
> Project: Qpid Proton
> Issue Type: New Feature
> Components: python-binding
> Reporter: Jiri Daněk
> Priority: Major
> Fix For: proton-c-0.35.0
>
>
> This involves
> * adding a line into setup.py.in
> * adding 3.9 to tox configurations
> maybe something else which I am not aware of.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]