[issue1602133] non-framework python fails to define os.environ properly

2013-01-25 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- stage: commit review -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker ___

[issue1602133] non-framework python fails to define os.environ properly

2013-01-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 864b9836dae6 by Ronald Oussoren in branch '2.7': Issue #1602133: 'environ' is not really available with shared libraries on OSX http://hg.python.org/cpython/rev/864b9836dae6 New changeset ea9fd9c9c677 by Ronald Oussoren in branch '3.2': Issue #16021

[issue1602133] non-framework python fails to define os.environ properly

2013-01-14 Thread Ned Deily
Ned Deily added the comment: LGTM and I agree that it should be considered a bug fix. -- ___ Python tracker ___ ___ Python-bugs-list

[issue1602133] non-framework python fails to define os.environ properly

2013-01-14 Thread Ronald Oussoren
Changes by Ronald Oussoren : Added file: http://bugs.python.org/file28726/1602133.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1602133] non-framework python fails to define os.environ properly

2013-01-14 Thread Ned Deily
Ned Deily added the comment: Ronald: the patch? -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1602133] non-framework python fails to define os.environ properly

2013-01-14 Thread Ronald Oussoren
Ronald Oussoren added the comment: The patch didn't work for me because I manually applied and missed a bit. The patches fixes for me, and the environ(7) manpage also indicates that the call to _NSEnvironment is needed in shared libraries.

[issue1602133] non-framework python fails to define os.environ properly

2013-01-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: I appear to be running into this as well in py2app, with the current 2.7 tree and a --enable-shared build py2app's updates to the environment (with setenv from C code) won't be seen by Python, even though Python is initialized after the call to setenv. The p

[issue1602133] non-framework python fails to define os.environ properly

2011-07-26 Thread Dan Colish
Dan Colish added the comment: I can also confirm this patch is required to build py2cairo on OSX with Python2.7.2 when --enable-framework is not used. -- nosy: +dcolish ___ Python tracker __

[issue1602133] non-framework python fails to define os.environ properly

2011-07-19 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> commit review title: non-framework built python fails to define environ properly -> non-framework python fails to define os.environ properly versions: +Python 3.3 -Python 3.1 ___ Python tracker