This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients alphalfalfa, martin.panter
Date 2015-11-16.22:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447714351.37.0.26727470194.issue25641@psf.upfronthosting.co.za>
In-reply-to
Content
How are you managing to get os.environ to change inside that function? Another thread or garbage collector callback perhaps?

My understanding is that os.environ is coupled to the C library’s environment, and that is not thread-safe.
History
Date User Action Args
2015-11-16 22:52:31martin.pantersetrecipients: + martin.panter, alphalfalfa
2015-11-16 22:52:31martin.pantersetmessageid: <1447714351.37.0.26727470194.issue25641@psf.upfronthosting.co.za>
2015-11-16 22:52:31martin.panterlinkissue25641 messages
2015-11-16 22:52:31martin.pantercreate