bpo-33922: Adding documentation for new "-64" suffix of python launcher#7849
bpo-33922: Adding documentation for new "-64" suffix of python launcher#7849zooba merged 1 commit intopython:masterfrom
Conversation
f47d85a to
6d45231
Compare
zooba
left a comment
There was a problem hiding this comment.
Some readability improvements, but there's one particular section that is out of date so let's update the whole section now.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
afca5a3 to
fa1cd28
Compare
since bpo-30291 it is possible to specify as bit length of the python version to be not only 32-bit but alternatively to be 64-bit.
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @zooba: please review the changes made to this pull request. |
|
For what it's worth, when you force push an update it means I can't review your changes and have to re-review the whole thing again. We always squash and edit commit messages, which means the final result looks neat no matter how many commits it took to get there. Thanks for the improvements! |
…er (pythonGH-7849) Since bpo-30291 it is possible to specify the architecture of Python when using the launcher (cherry picked from commit 1e2ad6c) Co-authored-by: mrh1997 <[email protected]>
|
GH-12812 is a backport of this pull request to the 3.7 branch. |
…er (GH-7849) Since bpo-30291 it is possible to specify the architecture of Python when using the launcher (cherry picked from commit 1e2ad6c) Co-authored-by: mrh1997 <[email protected]>
since bpo-30291 it is possible to specify as bit length of the python
version to be not only 32bit but alternatively to be 64bit.
https://bugs.python.org/issue33922