Bug 2190422

Summary: python-apipkg fails to build with Python 3.12: RecursionError: maximum recursion depth exceeded
Product: [Fedora] Fedora Reporter: Tomáš Hrnčiar <thrnciar>
Component: python-apipkgAssignee: Fabian Affolter <mail>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ktdreyer, mail, mhroncok, python-packagers-sig, thomas.moschny, thrnciar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-08-02 17:26:40 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2135404    

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