[issue18256] thread_pthread.h fixes for AIX

2013-06-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed, thank you! -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7 -Python 3.5 ___ Python tracker _

[issue18256] thread_pthread.h fixes for AIX

2013-06-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset f2e373ddfa00 by Antoine Pitrou in branch '3.3': Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. http://hg.python.org/cpython/rev/f2e373ddfa00 New changeset 7081859c1e20 by Antoine Pitrou in branch 'default': Issue #1

[issue18256] thread_pthread.h fixes for AIX

2013-06-18 Thread David Edelsohn
New submission from David Edelsohn: Recent releases of AIX do not need to call pthread_init(). The function is provided in libpthread.a for backward compatibility, but not declared in any header. This patch adds a declaration, or it can be removed completely because AIX 4.x no longer is suppor