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

gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX.#125680

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
gpshead merged 3 commits intopython:mainfromYvesDup:lock-macosx-multiprocessing
Nov 7, 2024

Conversation

@YvesDup
Copy link
Contributor

@YvesDupYvesDup commentedOct 18, 2024
edited
Loading

The__repr__ method ofLockandRLock classes are modified.
As described in the isssue,self._semlock._get_value() == 1 is replaced with a call to_is_zero() method.

I've added 2 unit teststest_repr_lock andtest_repr_rlock in_TestLock class in_test_multiprocessing.py file.

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@gpshead for commitd6bb529 🤖

If you want to schedule another build, you need to add the🔨 test-with-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-buildbotsTest PR w/ buildbots; report in status section labelOct 22, 2024
@gpsheadgpsheadenabled auto-merge (squash)October 29, 2024 06:05
@gpsheadgpshead added the needs backport to 3.13bugs and security fixes labelOct 29, 2024
@YvesDup
Copy link
ContributorAuthor

@gpshead thank you for your agrement

@gpsheadgpshead added the needs backport to 3.12only security fixes labelNov 7, 2024
@gpsheadgpshead merged commit75f7cf9 intopython:mainNov 7, 2024
38 checks passed
@miss-islington-app
Copy link

Thanks@YvesDup for the PR, and@gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestNov 7, 2024
…ntation string on MacOSX. (pythonGH-125680)(cherry picked from commit75f7cf9)Co-authored-by: Duprat <yduprat@gmail.com>
@bedevere-app
Copy link

GH-126533 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelNov 7, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestNov 7, 2024
…ntation string on MacOSX. (pythonGH-125680)(cherry picked from commit75f7cf9)Co-authored-by: Duprat <yduprat@gmail.com>
@bedevere-app
Copy link

GH-126534 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelNov 7, 2024
gpshead pushed a commit that referenced this pull requestNov 7, 2024
…entation string on MacOSX. (GH-125680) (#126533)gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680)(cherry picked from commit75f7cf9)Co-authored-by: Duprat <yduprat@gmail.com>
gpshead pushed a commit that referenced this pull requestNov 7, 2024
…entation string on MacOSX. (GH-125680) (#126534)gh-125679: multiprocessing Lock and RLock - fix invalid representation string on MacOSX. (GH-125680)(cherry picked from commit75f7cf9)Co-authored-by: Duprat <yduprat@gmail.com>
picnixz pushed a commit to picnixz/cpython that referenced this pull requestDec 8, 2024
ebonnal pushed a commit to ebonnal/cpython that referenced this pull requestJan 12, 2025
@YvesDupYvesDup deleted the lock-macosx-multiprocessing branchMay 22, 2025 17:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@gpsheadgpsheadgpshead approved these changes

Assignees

@gpsheadgpshead

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@YvesDup@bedevere-bot@gpshead

[8]ページ先頭

©2009-2025 Movatter.jp