[issue13057] Thread not working for python 2.7.1 built with HP Compiler on HP-UX 11.31 ia64

Ezio Melotti report at bugs.python.org
Fri Sep 30 07:29:29 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

You just have to add:
#include <stdio.h>

just after:
#include <pthread.h>

The + in the diff only means that the line was added and shouldn't be included in the file.

----------

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


More information about the Python-bugs-list mailing list