Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
zhangyangyu merged 1 commit intopython:3.5fromzhangyangyu:weakref-fix-3.5
Feb 20, 2017

Conversation

zhangyangyu
Copy link
Member

No description provided.

@codecov-io
Copy link

Codecov Report

Merging#188 into3.5 willdecrease coverage by-0.01%.
The diff coverage isn/a.

@@            Coverage Diff             @@##              3.5     #188      +/-   ##==========================================- Coverage   82.41%   82.41%   -0.01%==========================================  Files        1404     1404                Lines      341433   341433              ==========================================- Hits       281402   281396       -6- Misses      60031    60037       +6
Impacted FilesCoverage Δ
Lib/sysconfig.py47.02% <ø> (-0.55%)
Lib/test/test_weakset.py96.45% <ø> (-0.28%)
Lib/test/test_random.py98.2% <ø> (-0.23%)
Lib/test/test_buffer.py96.53% <ø> (-0.18%)
Lib/test/test_asyncio/test_tasks.py97.1% <ø> (-0.07%)
Lib/test/test_io.py96.95% <ø> (-0.04%)
Lib/plistlib.py90.95% <ø> (+0.17%)
Lib/threading.py82.26% <ø> (+0.52%)
Lib/test/test_select.py89.23% <ø> (+1.53%)

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update314a86b...7e67474. Read thecomment docs.

@zhangyangyuzhangyangyu merged commit7c95a94 intopython:3.5Feb 20, 2017
@zhangyangyuzhangyangyu deleted the weakref-fix-3.5 branchFebruary 20, 2017 06:33
akruis pushed a commit to akruis/cpython that referenced this pull requestDec 31, 2018
…nd coroutinesImprove the finalisation of a soft switched YIELD_FROM instruction.
akruis pushed a commit to akruis/cpython that referenced this pull requestDec 31, 2018
…ed methodsEnable stackless calls of the following methods:- generator.send() (generator.__next__() was already stackless);- coroutine.send();- coroutine_wrapper.__next__() and coroutine_wrapper.send();- async_generator_asend.__next__() and async_generator_asend.send().This change needs more tests.
akruis pushed a commit to akruis/cpython that referenced this pull requestJan 1, 2019
Fix a error handling in the YIELD_FROM finalisation code.Add tests and changelog.txt
akruis pushed a commit to akruis/cpython that referenced this pull requestJan 12, 2019
…(async) generators and coroutinesEnable soft switching for iterators/coroutines called by "yield from".Improve the finalisation of a soft switched YIELD_FROM instruction.Enable stackless calls of the following methods:- generator.send() (generator.__next__() was already stackless);- coroutine.send();- coroutine_wrapper.__next__() and coroutine_wrapper.send();- async_generator_asend.__next__() and async_generator_asend.send().
akruis pushed a commit to akruis/cpython that referenced this pull requestApr 20, 2021
…#188This commit fixes an assert statement, that could fail sincepython#188.No functional change.(cherry picked from commit5595eec)
akruis pushed a commit to akruis/cpython that referenced this pull requestMay 27, 2021
…#188This commit fixes an assert statement, that could fail sincepython#188.No functional change.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@methanemethanemethane approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@zhangyangyu@codecov-io@methane@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp