-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-4455 Improve import time on Windows #1645
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming CSOT failures are CSOT failures, LGTM. We can always change again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the CHANGELOG log mention we no longer include the windows version in the "name" field?
Can you give an example of the metadata before/after this change?
Name: "Windows 10" -> "Windows" |
pymongo/pool.py
Outdated
"name": "Windows", | ||
# Avoid using platform calls, see PYTHON-4455. | ||
"architecture": os.environ.get("PROCESSOR_ARCHITECTURE") or platform.machine(), | ||
# Windows patch level (e.g. 10-0-17763). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is 10-0-17763
accurate? I would expect something like 10.0.17763-XXX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to update the comment, I just pushed a change to make it format the same as the old way.
(cherry picked from commit 1d6cf42)
No description provided.