Bug 1906843 - python-Automat fails to build with Python 3.10: SystemError: bad argument to internal function
Summary: python-Automat fails to build with Python 3.10: SystemError: bad argument to ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-Automat
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Robert-André Mauchin 🐧
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.10
TreeView+ depends on / blocked
 
Reported: 2020-12-11 14:29 UTC by Tomáš Hrnčiar
Modified: 2021-05-25 06:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-25 06:59:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2020-12-11 14:29:44 UTC
python-Automat fails to build with Python 3.10.0a3.

Traceback (most recent call last):
  File "/builddir/build/BUILD/Automat-20.2.0/setup.py", line 9, in <module>
    long_description = parse_from_file('README.md')
  File "/usr/lib/python3.10/site-packages/m2r.py", line 674, in parse_from_file
    output = convert(src, **kwargs)
  File "/usr/lib/python3.10/site-packages/m2r.py", line 666, in convert
    return M2R(**kwargs)(text)
  File "mistune.py", line 970, in mistune.Markdown.__call__
    return self.parse(text)
  File "/usr/lib/python3.10/site-packages/m2r.py", line 524, in parse
    output = super(M2R, self).parse(text)
  File "mistune.py", line 980, in mistune.Markdown.parse
    out = self.output(preprocessing(text))
  File "mistune.py", line 1022, in mistune.Markdown.output
    self.tokens = self.block(text, rules)
  File "mistune.py", line 205, in mistune.BlockLexer.__call__
    return self.parse(text, rules)
  File "mistune.py", line 224, in mistune.BlockLexer.parse
    m = manipulate(text)
  File "mistune.py", line 216, in mistune.BlockLexer.parse.manipulate
    m = rule.match(text)
SystemError: /builddir/build/BUILD/Python-3.10.0a3/Python/getargs.c:2035: bad argument to internal function

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01824043-python-Automat/

For all our attempts to build python-Automat with Python 3.10, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-Automat/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10:
https://copr.fedorainfracloud.org/coprs/g/python/python3.10/

Let us know here if you have any questions.

Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Ben Cotton 2021-02-09 15:33:26 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle.
Changing version to 34.

Comment 2 Robert-André Mauchin 🐧 2021-05-24 11:26:48 UTC
According to https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-Automat/ 
this seems to work now?

Comment 3 Tomáš Hrnčiar 2021-05-25 06:59:08 UTC
Yup, seems to be fixed, sorry for the noise.


Note You need to log in before you can comment on or make changes to this bug.