Comment by mixmastamyk
Comment by mixmastamyk 2 months ago
Second paragraph is not really true, unless you’ve gone out of your way. Cython is used primarily for compute-bound problems, not processing user input.
Comment by mixmastamyk 2 months ago
Second paragraph is not really true, unless you’ve gone out of your way. Cython is used primarily for compute-bound problems, not processing user input.
So as long as you're using it properly and diligently filter all user input before it hits your cython, and don't make any mistakes it's fine?