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

[backport to 3.5] bpo-27122: Fix comment to point to correct issue number (#47)#50

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
berkerpeksag merged 1 commit into3.5frombackport-3.5-pr-47
Feb 12, 2017

Conversation

berkerpeksag
Copy link
Member

It took me quite a bit to figure out what this was referring to,
since the given issue number is wrong, and the original commit
message I found through git blame lists a different, also wrong
issue number... seehttps://bugs.python.org/issue27122#msg279449

(cherry picked from commitaf88e7e)

It took me quite a bit to figure out what this was referring to,since the given issue number is wrong, and the original commitmessage I found through git blame lists a different, also wrongissue number... seehttps://bugs.python.org/issue27122#msg279449(cherry picked from commitaf88e7e)
@codecov
Copy link

codecovbot commentedFeb 12, 2017

Codecov Report

❗ No coverage uploaded for pull request base (3.5@9cd7e17).Click here to learn what that means.
The diff coverage isn/a.

@@          Coverage Diff           @@##             3.5      #50   +/-   ##======================================  Coverage       ?   82.37%           ======================================  Files          ?     1427             Lines          ?   350948             Branches       ?        0           ======================================  Hits           ?   289099             Misses         ?    61849             Partials       ?        0
Impacted FilesCoverage Δ
Lib/_pydecimal.py97.65% <ø> (ø)
Lib/asyncio/sslproto.py78.61% <ø> (ø)
Lib/asyncio/futures.py86.6% <ø> (ø)
Lib/code.py67.21% <ø> (ø)
Lib/_bootlocale.py50% <ø> (ø)
Lib/bisect.py100% <ø> (ø)
Lib/calendar.py85.41% <ø> (ø)
Lib/asyncio/test_utils.py92.22% <ø> (ø)
Lib/bz2.py97.05% <ø> (ø)
Lib/asyncio/windows_events.py0.21% <ø> (ø)
... and22 more

Continue to review full report at Codecov.

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

@berkerpeksagberkerpeksag merged commitc6d2f49 into3.5Feb 12, 2017
@berkerpeksagberkerpeksag deleted the backport-3.5-pr-47 branchFebruary 12, 2017 16:18
@berkerpeksag
Copy link
MemberAuthor

Thanks for the approvals, Mariatta.

GitHub overwrote the original author's name again:c6d2f49

Mr3x33 added a commit to Mr3x33/cpython that referenced this pull requestSep 17, 2021
colesbury referenced this pull request in colesbury/nogilOct 6, 2021
Once the threads object queue is empty, other threads may explicitlymerge reference counts immediately. It's no longer safe for the originalthread to do RC operations because of races with accesses to ob_ref_local.This ensures that the queue is empty when it's removed from the hashtablemapping thread-id to queue. There are still other RC operations that canhappen during thread destruction, so the call to _Py_queue_destroy willprobably need to be moved.See#50
colesbury referenced this pull request in colesbury/nogilOct 6, 2021
A partially initialized thread may have an entry in the interpreterwithout a corresponding entry in the biased-refcounting hashtable.See#50
jaraco pushed a commit that referenced this pull requestDec 2, 2022
Now reads: `The PR then needs to be backported manually.`
jaraco added a commit to jaraco/cpython that referenced this pull requestFeb 17, 2023
* Added a config for dependabot.* Update features list for dependabot.Co-authored-by: KOLANICH <kolan_n@mail.ru>
mgmacias95 pushed a commit to mgmacias95/cpython that referenced this pull requestMar 24, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@MariattaMariattaMariatta 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
@berkerpeksag@Mariatta@the-knights-who-say-ni@njsmith

[8]ページ先頭

©2009-2025 Movatter.jp