Bug 1718318

Summary: python3-pycxx sets tp_print, which is missing in Python 3.8
Product: [Fedora] Fedora Reporter: Petr Viktorin (pviktori) <pviktori>
Component: python-pycxxAssignee: Barry Scott <barry>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: barry, hobbes1069, john, mhroncok, mrunge, tir.karthi
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: 2019-07-11 13:13:10 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: 1686977    

Description Petr Viktorin (pviktori) 2019-06-07 13:17:54 UTC
python3-pycxx sets "tp_print", which was removed in Python 3.8.0b1.

pycxx-7.1.2/Src/Python3/cxx_extensions.cxx" contains:
    table->tp_print = 0;

This is only needed on Python 2. Python 3.0-3.7 ignores the field and Python 3.8+ removes the field entirely.


This prevents rebuilding the "pysvn" package. For its build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-rawhide-x86_64/00925796-pysvn/

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

Let us know here if you have any questions.

Comment 1 Karthikeyan Singaravelan 2019-06-22 06:13:47 UTC
CPython discussion issue : https://bugs.python.org/issue37250

Comment 2 Miro Hrončok 2019-07-10 15:01:57 UTC
Please respond.

Comment 3 Richard Shaw 2019-07-11 13:07:08 UTC
Looks like builds have been complete of 7.1.3 which should address this issue were completed for F29->Rawhide.

Comment 4 Miro Hrončok 2019-07-11 13:13:10 UTC
Correct. Thanks.