Bug 2190422 - python-apipkg fails to build with Python 3.12: RecursionError: maximum recursion depth exceeded
Summary: python-apipkg fails to build with Python 3.12: RecursionError: maximum recurs...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: python-apipkg
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.12
TreeView+ depends on / blocked
 
Reported: 2023-04-28 11:32 UTC by Tomáš Hrnčiar
Modified: 2023-08-02 17:26 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-08-02 17:26:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomáš Hrnčiar 2023-04-28 11:32:54 UTC
python-apipkg fails to build with Python 3.12.0a7.

=================================== FAILURES ===================================
___________________________ test_eagerload_on_bython ___________________________

monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f2e40ea3740>

>   ???

test_apipkg.py:842: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../BUILDROOT/python-apipkg-3.0.1-4.fc39.x86_64/usr/lib/python3.12/site-packages/apipkg/__init__.py:37: in initpkg
    getattr(module, "__dict__")
../../BUILDROOT/python-apipkg-3.0.1-4.fc39.x86_64/usr/lib/python3.12/site-packages/apipkg/_module.py:117: in __getattr__
    return self.__makeattr(name, isgetattr=True)
../../BUILDROOT/python-apipkg-3.0.1-4.fc39.x86_64/usr/lib/python3.12/site-packages/apipkg/_module.py:117: in __getattr__
    return self.__makeattr(name, isgetattr=True)
../../BUILDROOT/python-apipkg-3.0.1-4.fc39.x86_64/usr/lib/python3.12/site-packages/apipkg/_module.py:117: in __getattr__
    return self.__makeattr(name, isgetattr=True)
E   RecursionError: maximum recursion depth exceeded
!!! Recursion detected (same locals & position)
=========================== short test summary info ============================
FAILED test_apipkg.py::test_eagerload_on_bython - RecursionError: maximum rec...
========================= 1 failed, 43 passed in 0.46s =========================

https://docs.python.org/3.12/whatsnew/3.12.html

For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.12/fedora-rawhide-x86_64/05838976-python-apipkg/

For all our attempts to build python-apipkg with Python 3.12, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.12/package/python-apipkg/

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.12:
https://copr.fedorainfracloud.org/coprs/g/python/python3.12/

Let us know here if you have any questions.

Python 3.12 is planned to be included in Fedora 39. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.12.
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 Thomas Moschny 2023-08-02 17:26:40 UTC
Seems it now has been successfully built for F39: https://koji.fedoraproject.org/koji/buildinfo?buildID=2250198


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