[New-bugs-announce] [issue33467] Python 3.7: profile-opt build errors because a test seems to hang

Rahul Ravindran report at bugs.python.org
Fri May 11 14:22:19 EDT 2018


New submission from Rahul Ravindran <rahulrv at gmail.com>:

make run_profile_task

runs the tests and does not seem to have any mechanism to exclude tests that I could find based on looking at the Makefile.

Previously, on Python 3.6, this test test_poplib was failing(https://bugs.python.org/issue32753) and the profile_task would ignore failing tests. 

Now, with the Python 3.7 build, the test seems to hang and hence profile opt builds cannot be built.
Attached is the trace of the build based on Python-3.7.0b4

----------
components: Build
files: stack_trace1.txt
messages: 316408
nosy: Rahul Ravindran
priority: normal
severity: normal
status: open
title: Python 3.7: profile-opt build errors because a test seems to hang
versions: Python 3.7
Added file: https://bugs.python.org/file47582/stack_trace1.txt

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33467>
_______________________________________


More information about the New-bugs-announce mailing list