6 ms·
I liked the interview question that I got when interviewing at YouTube in 2015. Discuss what would cause a Python interpreter to crash. Not a program written i
by sefk 1y ago
I liked the interview question that I got when interviewing at YouTube in 2015.
Discuss what would cause a Python interpreter to crash. Not a program written in Python, but the interpreter itself.
- skylurk 1y agoWould this count? import ctypes ctypes.string_at(0)