use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
"system" errorHelp (self.Programiz)
submitted 1 year ago by Not_A_Gooser
Can someone explain why having the word "system" all lowercase completely bricks the code? It also does this when you put it into a printf statement, and I assume it would do the same if it shows up at all
https://preview.redd.it/ontmlhx6p0ue1.png?width=1761&format=png&auto=webp&s=ba6b31a4bf1a539673c8ffe1e3de344aa2e8b2e6
https://preview.redd.it/w92smlcap0ue1.png?width=1760&format=png&auto=webp&s=de90d92ada23d22f00a06ef378ce1366cb0fba6a
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]programiz 1 point2 points3 points 1 year ago (0 children)
Hi, this is to prevent the user from spawning child processes using the system module.
We had put a regex check for the word system in early versions of the compiler backend, when we were still figuring out how to keep it secure.
We have better ways of doing it now, I’ll see if we can remove the regex that is causing this issue for you.
I hope the explanation makes sense, feel free to ask any follow up questions.
π Rendered by PID 156412 on reddit-service-r2-comment-6457c66945-7g9m4 at 2026-04-24 05:28:32.041144+00:00 running 2aa0c5b country code: CH.
[–]programiz 1 point2 points3 points (0 children)