]> 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:01:05 +0000 (18:01 +0100)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 25 Jan 2013 17:01:05 +0000 (18:01 +0100)
commit1c90eed8a9a10b6b7eb5f791931cc86754d4028c
tree62fbd65c674d54d1e1e64f5ffe1ace7dc822ae4b
parent96a9f89b2d67caf622c311e567d068a24962762a
parent697e56d0f592165209cbeb87583c75dc231c6338
Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.2)

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