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 mrh1997
Recipients mrh1997, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-06-20.23:43:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529538222.45.0.56676864532.issue33922@psf.upfronthosting.co.za>
In-reply-to
Content
When using the Python Launcher "py.exe", it uses 64bit by default and I can enforce using 32bit. 

But there is no way to enforce 64bit. If I run "py -3.6" the actual called interpreter depends on the interpreter versions installed on my system. 

Thus "py -3.6-64" is missing. 
This is important if 64bit features are required.
History
Date User Action Args
2018-06-20 23:43:42mrh1997setrecipients: + mrh1997, paul.moore, tim.golden, zach.ware, steve.dower
2018-06-20 23:43:42mrh1997setmessageid: <1529538222.45.0.56676864532.issue33922@psf.upfronthosting.co.za>
2018-06-20 23:43:42mrh1997linkissue33922 messages
2018-06-20 23:43:42mrh1997create