does this mean anything that imports the cryptography modules needs to include G++ or something weird, or is it compiled into cpython itself?
does this mean anything that imports the cryptography modules needs to include G++ or something weird, or is it compiled into cpython itself?
The latter. Most of CPython is C you don't need compiler to run