Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix for random Travis test crashes with Python 2.7 on Mono #1061

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

Merged
merged 1 commit into from
Feb 26, 2020

Conversation

lostmsu
Copy link
Member

@lostmsu lostmsu commented Feb 25, 2020

This is an ongoing work on random test crashes on Python 2.7 on Mono

What does this implement/fix? Explain your changes.

I've added error checks to the test, whose start precedes crashing (PyCheck_Iter_PyObject_IsIterable_ThreadingLock_Test). This might replace segfault with a more meaningful error message.

Does this close any currently open issues?

Not yet, but it should help narrow down #1060

…n attempt to replace segfault with a more meaningful exception

related to pythonnet#1060
@codecov-io
Copy link

codecov-io commented Feb 26, 2020

Codecov Report

Merging #1061 into master will increase coverage by 0.33%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1061      +/-   ##
==========================================
+ Coverage   86.42%   86.75%   +0.33%     
==========================================
  Files           1        1              
  Lines         302      302              
==========================================
+ Hits          261      262       +1     
+ Misses         41       40       -1
Flag Coverage Δ
#setup_linux 65.56% <ø> (+0.66%) ⬆️
#setup_windows 71.52% <ø> (ø) ⬆️
Impacted Files Coverage Δ
setup.py 86.75% <0%> (+0.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22735f8...46adc46. Read the comment docs.

@filmor filmor merged commit 4271e57 into pythonnet:master Feb 26, 2020
AlexCatarino pushed a commit to QuantConnect/pythonnet that referenced this pull request Jun 29, 2020
…n attempt to replace segfault with a more meaningful exception (pythonnet#1061)

related to pythonnet#1060
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants