7 ms·
does this mean anything that imports the cryptography modules needs to include G++ or something weird, or is it compiled into cpython itself?
by pluto_modadic 1y ago
does this mean anything that imports the cryptography modules needs to include G++ or something weird, or is it compiled into cpython itself?
- __s 1y agoThe latter. Most of CPython is C you don't need compiler to run