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

Skip to content

bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects #186

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 20, 2017

Conversation

zhangyangyu
Copy link
Member

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #186 into 3.6 will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              3.6     #186      +/-   ##
==========================================
+ Coverage   82.39%   82.39%   +<.01%     
==========================================
  Files        1430     1430              
  Lines      351225   351225              
==========================================
+ Hits       289379   289384       +5     
+ Misses      61846    61841       -5
Impacted Files Coverage Δ
Lib/threading.py 82.26% <ø> (-0.35%)
Lib/test/test_smtplib.py 86.48% <ø> (-0.23%)
Lib/test/support/init.py 77.92% <ø> (+0.15%)
Lib/test/test_buffer.py 96.71% <ø> (+0.17%)
Lib/test/test_random.py 98.65% <ø> (+0.38%)

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 a4afdfc...3485715. Read the comment docs.

@zhangyangyu zhangyangyu merged commit 9a4577a into python:3.6 Feb 20, 2017
@zhangyangyu zhangyangyu deleted the weakref-fix-3.6 branch February 20, 2017 06:33
@zhangyangyu
Copy link
Member Author

Thanks @methane . All thanks expressed in this one. :-)

akruis pushed a commit to akruis/cpython that referenced this pull request Nov 19, 2018
…eters.

Previously creating a subinterpreter in one thread and using it in
another thread caused a crash. Now Stackless resets the thread state,
once all C-stacks have been executed.
akruis pushed a commit to akruis/cpython that referenced this pull request Nov 22, 2018
…eters.

Make slp_register_execute() idempotent. It could be called more than once for
the same type.
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.

4 participants