[issue30291] Allow windows launcher to specify bit lengths with & without minor version

Eryk Sun report at bugs.python.org
Sun May 7 03:22:00 EDT 2017


Eryk Sun added the comment:

I don't see a pressing need to support a -64 architecture suffix. If you run 3.6 and get a 32-bit version, you can assume there's no 64-bit version installed and error out if you need 64-bit. That said, supporting this suffix would make the interface and error handling more consistent.

I also noticed the problem with double-digit minor versions, but that's years away. It would be an obvious problem resolved early in 3.10 development, assuming 3.10 even uses the py launcher as it exists today. I'd just kick the can on that one. Maybe add a comment noting the potential problem.

----------
nosy: +eryksun

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30291>
_______________________________________


More information about the Python-bugs-list mailing list