[issue33922] Enforce 64bit Python by Launcher

2018-06-21 Thread Robert
Robert added the comment: I extended the documentation and created a pullrequest: https://github.com/python/cpython/pull/7849 -- ___ Python tracker ___

[issue33922] Enforce 64bit Python by Launcher

2018-06-21 Thread Robert
Change by Robert : -- pull_requests: +7459 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33922] Enforce 64bit Python by Launcher

2018-06-21 Thread Robert
Robert added the comment: A thanks! In the meantime I found the corresponding changelog entry: https://bugs.python.org/issue30291 I checked the corresponding commit: there is no documentation update. It would be nice if the new feature can be found in the documentation (including the fact

[issue33922] Enforce 64bit Python by Launcher

2018-06-20 Thread Eryk Sun
Eryk Sun added the comment: Limiting to 64-bit is already implemented in the latest version of the launcher. For example, below I've renamed the registry key for 64-bit Python 3.5 to "xxx3.5" to prevent the launcher from finding it: C:\>py -3.5-64 Python 3.5-64 not found!

[issue33922] Enforce 64bit Python by Launcher

2018-06-20 Thread Robert
New submission from Robert : 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