-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Enable test_cppext on Windows #92906
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
Labels
Comments
jkloth
added a commit
to jkloth/cpython
that referenced
this issue
May 17, 2022
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now C and C++ extensions.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now C and C++ extensions.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext. * make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext. * make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext; C++11 is not supported by MSVC. * Make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext; C++11 is not supported by MSVC. * Make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
vstinner
added a commit
that referenced
this issue
Mar 19, 2024
On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext; C++11 is not supported by MSVC. * Make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
Fixed by a114d08 |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Mar 20, 2024
…17000) On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext; C++11 is not supported by MSVC. * Make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…17000) On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext; C++11 is not supported by MSVC. * Make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…17000) On Windows in release mode, the test_cext and test_cppext can now build C and C++ extensions. * test_cext now also builds the C extension without options. * test_cppext now also builds the C++ extension without options. * Add C++14 test to test_cppext; C++11 is not supported by MSVC. * Make setup_venv_with_pip_setuptools_wheel() quiet when support.verbose is false. Only show stdout and stderr on failure.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Once source build virtual environments are properly detected, this test can successfully run on Windows.
Depends on #92897.
Linked PRs
The text was updated successfully, but these errors were encountered: