-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-102536: Added _architecture
field to sys.implementation
#124582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
rruuaanng
wants to merge
28
commits into
python:main
Choose a base branch
from
rruuaanng:gh102536
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
aa251ca
Added _architecture field to sys.implementation
rruuaanng 3b140f1
Add value check
rruuaanng 0e404a5
Add '.'
rruuaanng 6a508f9
Change desc
rruuaanng 8fa96f0
Add _architecture testing
rruuaanng a47814e
Change _architecture attribute value
rruuaanng 60ca163
Change test
rruuaanng a969b9a
Change test
rruuaanng facc406
Add defined
rruuaanng 870ad00
Change to only support the win32
rruuaanng 54f8ff0
Change test
rruuaanng e90a7be
Remove utsname
rruuaanng 6f4c9a3
Change to preprocessor
rruuaanng a955b9d
Change test
rruuaanng 1aaec74
Add defalut defined
rruuaanng 1b5dd93
Change test
rruuaanng 4acaa22
Changes to vcxproj preprocessing
rruuaanng e00b4c3
Free value
rruuaanng faf3898
Add some space
rruuaanng 8ba0b99
_architecture rename to arch
rruuaanng 2930884
VPLATFORM rename to VARCH_NAME
rruuaanng e8cb18b
Add braces
rruuaanng 0c988f7
Remove V prefix
rruuaanng d796409
Change test
rruuaanng 721f3b2
Add docs
rruuaanng 2328558
Update 2024-09-26-14-43-32.gh-issue-102536.xLiIvi.rst
rruuaanng 8b629d6
Change docs
rruuaanng 89ef30d
Change docs
rruuaanng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Library/2024-09-26-14-43-32.gh-issue-102536.xLiIvi.rst
rruuaanng marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Added ``arch`` attribute to :data:`sys.implementation` | ||
to describe the current system platform. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.