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.

classification
Title: py.ini cannot set 32/64bits for specific version
Type: Stage:
Components: Windows Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mrh1997, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2018-06-20 23:54 by mrh1997, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg320128 - (view) Author: Robert (mrh1997) * Date: 2018-06-20 23:54
Currently py.ini allows to set default interpreters for python 3 and 2. i.e.:
python3=3.6-32
python2=2.7-32

But it is not possible to set a default interpreter on a specific version.
I.e. when running "py -3.6" it would be nice to set the default to 32bit. i.e.:
python3.6=3.6-32

Of course this makes only sense in combination with https://bugs.python.org/issue33922 as one requires the possibility to override the 32bit default then.
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78104
2018-06-22 19:35:36ned.deilysetnosy: + paul.moore, tim.golden, zach.ware, steve.dower

components: + Windows
versions: + Python 3.8
2018-06-20 23:54:32mrh1997create