Bug#1000680: python3-aiohttp: fails to import, "TypeError: function() argument 'code' must be code, not str"

2021-12-21 Thread Boyuan Yang
Hi, 在 2021-11-28星期日的 20:51 +0100,Piotr Ożarowski写道: > [Boyuan Yang, 2021-11-28] > > Thanks for the info and sorry for the breakage; obviously I should have > > uploaded it into Experimental first. I am looking into fixing the issue > > (ideally through upgrade of all related packages) but this

Bug#1000680: python3-aiohttp: fails to import, "TypeError: function() argument 'code' must be code, not str"

2021-11-28 Thread Piotr Ożarowski
[Boyuan Yang, 2021-11-28] > Thanks for the info and sorry for the breakage; obviously I should have > uploaded it into Experimental first. I am looking into fixing the issue > (ideally through upgrade of all related packages) but this may take some time. > If you already have a solution, it would

Bug#1000680: python3-aiohttp: fails to import, "TypeError: function() argument 'code' must be code, not str"

2021-11-28 Thread Boyuan Yang
Hi, 在 2021-11-27星期六的 23:23 -0500,Sandro Tosi写道: > > root@zion:/# python3.9 -c "import aiohttp" > > Traceback (most recent call last): > >   File "", line 1, in > >   File "/usr/lib/python3/dist-packages/aiohttp/__init__.py", line 6, in > > > >     from .client import ( > >   File

Bug#1000680: python3-aiohttp: fails to import, "TypeError: function() argument 'code' must be code, not str"

2021-11-27 Thread Sandro Tosi
> root@zion:/# python3.9 -c "import aiohttp" > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python3/dist-packages/aiohttp/__init__.py", line 6, in > > from .client import ( > File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 35, in > >

Bug#1000680: python3-aiohttp: fails to import, "TypeError: function() argument 'code' must be code, not str"

2021-11-26 Thread Sandro Tosi
Package: python3-aiohttp Version: 3.7.4-2+b1 Severity: grave X-Debbugs-Cc: mo...@debian.org Control: affects -1 uvloop Hello, simply importing aiohttp results in an error: root@zion:/# python3.9 -c "import aiohttp" Traceback (most recent call last): File "", line 1, in File