[issue37009] Threading and THREAD_SAFE for AIX

2020-11-18 Thread Christian Heimes


Change by Christian Heimes :


--
versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 
3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37009] Threading and THREAD_SAFE for AIX

2020-11-17 Thread Kevin


Change by Kevin :


--
nosy: +kadler

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37009] Threading and THREAD_SAFE for AIX

2020-04-07 Thread Michael Felt


Michael Felt  added the comment:

Yes, looks like I need to find that. thx for the reminder.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37009] Threading and THREAD_SAFE for AIX

2020-03-30 Thread Batuhan Taskaya


Batuhan Taskaya  added the comment:

> this patch assures that the define is added to BASECFLAGS for AIX - and will 
> not be forgotten during builds.

@Micheal.Felt I can't see an attached patch or PR, FYI.

--
nosy: +BTaskaya

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37009] Threading and THREAD_SAFE for AIX

2019-05-22 Thread Michael Felt


New submission from Michael Felt :

For years Python includes the file /usr/include/pthread.h. The AIX 
documentation states that this needs to be the first include file included OR 
the define _THREAD_SAFE needs to be defined.

As this may have been true, might still be true, or might have never been true 
- this patch assures that the define is added to BASECFLAGS for AIX - and will 
not be forgotten during builds.

It may be advisable to include this in backports. This "conditional 
requirement" has been accurate for over 20 years.

--
components: Build
messages: 343184
nosy: Michael.Felt
priority: normal
severity: normal
status: open
title: Threading and THREAD_SAFE for AIX
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com