Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1718318 - python3-pycxx sets tp_print, which is missing in Python 3.8
Summary: python3-pycxx sets tp_print, which is missing in Python 3.8
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-pycxx
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Barry Scott
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON38
TreeView+ depends on / blocked
 
Reported: 2019-06-07 13:17 UTC by Petr Viktorin
Modified: 2019-07-11 13:13 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-11 13:13:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Viktorin 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.


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