]> granicus.if.org Git - python/commit
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge...
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 25 Jan 2013 17:02:35 +0000 (18:02 +0100)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 25 Jan 2013 17:02:35 +0000 (18:02 +0100)
commit20190e2d54e6d513bb197a160cdfd236bf63f168
tree9a3df3739904b4f9adc0ac727dee0aef5e3554e1
parent454ea92a4cbae62fcf7ef836a3792294ddbdf1f5
parent1c90eed8a9a10b6b7eb5f791931cc86754d4028c
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3)

There already was a workaround for this for framework builds on OSX,
this changeset enables the same workaround for shared libraries.

Closes #1602133
Misc/NEWS
Modules/posixmodule.c