]> granicus.if.org Git - python/commit
Issue #1602133: 'environ' is not really available with shared libraries on OSX
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 25 Jan 2013 16:57:13 +0000 (17:57 +0100)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 25 Jan 2013 16:57:13 +0000 (17:57 +0100)
commit697e56d0f592165209cbeb87583c75dc231c6338
treefa101edf4496542ea809c2ebc5ef504d6fe296e5
parent7981f202931ebef466464e172625a75161bb5fa0
Issue #1602133: 'environ' is not really available with shared libraries on OSX

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