mirror of
https://github.com/python/cpython.git
synced 2025-10-20 00:13:47 +00:00
Use test.support.is_wasm32
flag for is_emscripten
or is_wasi
for generic checks (GH-136815)
Co-authored-by: Brett Cannon <brett@python.org>
This commit is contained in:
parent
d6cf05b5d0
commit
aafb1435d8
9 changed files with 19 additions and 15 deletions
|
@ -762,6 +762,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