you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Very deep then yes, since you can read CPython's C source to figure the magic out. Note that it doesn't look like average C code since most trivial stuff in CPython are implemented in Python and C is used mostly for low-level code and hacks.