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 lemburg
Recipients akira, belopolsky, lemburg, pitrou
Date 2015-09-01.12:14:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441109666.93.0.948073446935.issue22798@psf.upfronthosting.co.za>
In-reply-to
Content
mktime() does change several global C runtime variables on Linux. See the man page on http://linux.die.net/man/3/mktime

However, the Python documentation does not mention anything about having time.tzname being tied to the C lib global: https://docs.python.org/3.5/library/time.html#time.tzname

So I don't think this qualifies as bug.

Note that those global C variable are not thread-safe, so you can't really trust their values relating to anything you've just set using mktime() anyway.
History
Date User Action Args
2015-09-01 12:14:26lemburgsetrecipients: + lemburg, belopolsky, pitrou, akira
2015-09-01 12:14:26lemburgsetmessageid: <1441109666.93.0.948073446935.issue22798@psf.upfronthosting.co.za>
2015-09-01 12:14:26lemburglinkissue22798 messages
2015-09-01 12:14:26lemburgcreate