Bug 1758446

Summary: py3c started to fail %check with Python 3.8.0rc1
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: py3cAssignee: Petr Viktorin (pviktori) <pviktori>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: pviktori, python-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koschei.fedoraproject.org/package/py3c
Whiteboard:
Fixed In Version: py3c-1.1-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-04 13:00:44 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 Miro Hrončok 2019-10-04 07:43:23 UTC
Description of problem:
Package py3c fails to build from source in Fedora rawhide after we updated Python from 3.8.0b4 to 3.8.0rc1.

Version-Release number of selected component (if applicable):
1.0-6.fc31

Steps to Reproduce:
koji build --scratch f32 py3c-1.0-6.fc31.src.rpm

Additional info:
This package is tracked by Koschei. See:
http://koschei.fedoraproject.org/package/py3c

======================================================================
FAIL: test_unreachable (__main__.ComparisonHelperChecks)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/__main__.py", line 157, in test_unreachable
    self.assertEqual(stderr, b'')
AssertionError: b'Fatal Python error: Unreachable C code pa[145 chars]e>\n' != b''
----------------------------------------------------------------------
Ran 55 tests in 0.326s
FAILED (failures=1)

Comment 1 Petr Viktorin (pviktori) 2019-10-04 08:45:05 UTC
Wow! Thanks for the report!

Comment 2 Miro Hrončok 2019-10-04 13:29:30 UTC
That was fast! Thanks.