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

Appearance settings

Commit a276833

Browse filesBrowse files
[3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752)
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
1 parent 91176d3 commit a276833
Copy full SHA for a276833

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Lib/test/_test_multiprocessing.py

Copy file name to clipboardExpand all lines: Lib/test/_test_multiprocessing.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6029,6 +6029,7 @@ def tearDownModule():
60296029

60306030

60316031
@unittest.skipIf(not hasattr(_multiprocessing, 'SemLock'), 'SemLock not available')
6032+
@unittest.skipIf(sys.platform != "linux", "Linux only")
60326033
class SemLockTests(unittest.TestCase):
60336034

60346035
def test_semlock_subclass(self):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.