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 ronaldoussoren
Recipients ronaldoussoren
Date 2018-07-27.12:07:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532693250.08.0.56676864532.issue34247@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a very basic launcher for python scripts. This script works as expected in Python 3.6, but not in 3.7.0.

In particular, the launcher sets the environment variable PYTHONOPTIMIZE before calling Py_Initialize and that setting is ignored.

I haven't tried testing with the tip of the tree yet.
History
Date User Action Args
2018-07-27 12:07:30ronaldoussorensetrecipients: + ronaldoussoren
2018-07-27 12:07:30ronaldoussorensetmessageid: <1532693250.08.0.56676864532.issue34247@psf.upfronthosting.co.za>
2018-07-27 12:07:29ronaldoussorenlinkissue34247 messages
2018-07-27 12:07:29ronaldoussorencreate