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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24728>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to