mirror of
https://github.com/python/cpython.git
synced 2026-02-23 23:50:54 +00:00
gh-143001: Add @cpython_only to test_threading.ThreadTests.test_PyThreadState_SetAsyncExc (gh-143002)
This commit is contained in:
parent
27434c68f8
commit
3c56f9e2cc
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ def f(mutex):
|
|||
|
||||
# PyThreadState_SetAsyncExc() is a CPython-only gimmick, not (currently)
|
||||
# exposed at the Python level. This test relies on ctypes to get at it.
|
||||
@cpython_only
|
||||
def test_PyThreadState_SetAsyncExc(self):
|
||||
ctypes = import_module("ctypes")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue