We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5901b8d commit 5ade8b7Copy full SHA for 5ade8b7
tests/extmod/platform_basic.py
@@ -0,0 +1,8 @@
1
+try:
2
+ import platform
3
+except ImportError:
4
+ print("SKIP")
5
+ raise SystemExit
6
+
7
+print(type(platform.python_compiler()))
8
+print(type(platform.libc_ver()))
0 commit comments