-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-33484: Link instead of run certain test programs #6781
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
5c07601
to
4b8cf22
Compare
0d905d4
to
7eb8b7f
Compare
3670814
to
5d68156
Compare
5d68156
to
d77ae7d
Compare
f3f1f7c
to
e186337
Compare
e186337
to
94546d0
Compare
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.
No tests known for this part, so ran full suite:
1 test omitted:
test_poplib
390 tests OK.
7 tests failed.
Looks ok.
This PR is stale because it has been open for 30 days with no activity. |
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.
This has merge conflicts 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 |
Closing, see the issue for details. |
The build system attempts to run certain test code when it can actually
just link the code. This is a minor performance optimization but is really
a semantic correctness issue.
https://bugs.python.org/issue33484