Igor Mammedov <imamm...@redhat.com> writes:

> On Wed, 10 May 2023 10:12:22 +0200
> Markus Armbruster <arm...@redhat.com> wrote:
>
>> To recognize a line starting with a section symbol and or tag, we
>> first split it at the first space, then examine the part left of the
>> space.  We can just as well examine the unsplit line, so do that.
>
> this makes build fail on RHEL8.9 (Python 3.6.8)
> with:
>  configure --target-list=x86_64-softmmu --disable-docs
>  make -j32
>  ...
>  /usr/bin/python3 /builds/qemu/scripts/qapi-gen.py -o qapi -b 
> ../../builds/qemu/qapi/qapi-schema.json

[...]

>   File "/builds/qemu/scripts/qapi/parser.py", line 563, in QAPIDoc            
>    
>     def _match_at_name_colon(string: str) -> re.Match:                        
>    
> AttributeError: module 're' has no attribute 'Match'   

Working on it.  First attempt "[PATCH] qapi/parser: Fix type hints"
failed.

Thanks!


Reply via email to