[New-bugs-announce] [issue24728] Build fails when threads are disabled

Louis Dassy report at bugs.python.org
Sun Jul 26 17:02:48 CEST 2015


New submission from Louis Dassy:

If threads are disabled using --without-threads, the build of  Python/pythonrun.c will fail because PyGILState_GetThisThreadState() is undefined. I've attached the trivial fix, modeled after 29f51c4ae11a.

----------
components: Interpreter Core
files: without_threads.patch
keywords: patch
messages: 247430
nosy: louis.dassy
priority: normal
severity: normal
status: open
title: Build fails when threads are disabled
type: compile error
versions: Python 3.4
Added file: http://bugs.python.org/file40030/without_threads.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24728>
_______________________________________


More information about the New-bugs-announce mailing list