Hacker News new | ask | show | jobs
by sefk 251 days 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.

1 comments

Would this count?

  import ctypes
  ctypes.string_at(0)