-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-17172: [C++][Python] test_cython_api fails on windows #14133
Conversation
…om test_cython_api()
I guess a suggestion from @jorisvandenbossche to use @pitrou what do you think? |
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.
LGTM on the principle
Co-authored-by: Antoine Pitrou <[email protected]>
@pitrou I would merge this if you agree and the CI is green again. |
Revision: 2628b61 Submitted crossbow builds: ursacomputing/crossbow @ conda-dll-search-0
|
CI seems green @AlenkaF ;-) |
Benchmark runs are scheduled for baseline = e8aa1b9 and contender = d8f64ee. d8f64ee is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…4133) Tis PR adds `CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1` to the AppVeyor setup to make `test_cython.py` succeed as the extension module being built fails loading in a subprocess otherwise. Lead-authored-by: Alenka Frim <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Signed-off-by: Alenka Frim <[email protected]>
…4133) Tis PR adds `CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1` to the AppVeyor setup to make `test_cython.py` succeed as the extension module being built fails loading in a subprocess otherwise. Lead-authored-by: Alenka Frim <[email protected]> Co-authored-by: Alenka Frim <[email protected]> Signed-off-by: Alenka Frim <[email protected]>
Tis PR adds
CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1
to the AppVeyor setup to maketest_cython.py
succeed as the extension module being built fails loading in a subprocess otherwise.