Skip to content

gh-132719: Skip multiprocessing test if missing ctypes - #132846

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:ctypes2
Apr 23, 2025
Merged

gh-132719: Skip multiprocessing test if missing ctypes#132846
vstinner merged 1 commit into
python:mainfrom
vstinner:ctypes2

Conversation

@vstinner

@vstinnervstinner commented Apr 23, 2025

Copy link
Copy Markdown
Member

Skip test_rlock_locked_2processes() if multiprocessing.sharedctypes is missing (need ctypes).

Skip test_rlock_locked_2processes() if multiprocessing.sharedctypes
is missing (need ctypes).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner