mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.14] Use test.support.is_wasm32 flag for is_emscripten or is_wasi for generic checks (GH-136815) (#138643)
Co-authored-by: Ani <5357586+anistark@users.noreply.github.com> Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
parent
f23e7605b8
commit
5074241f3d
9 changed files with 19 additions and 15 deletions
|
|
@ -752,6 +752,7 @@ def collect_support(info_add):
|
|||
'is_emscripten',
|
||||
'is_jython',
|
||||
'is_wasi',
|
||||
'is_wasm32',
|
||||
)
|
||||
copy_attributes(info_add, support, 'support.%s', attributes)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue