Where can I find the source for Python’s list type? I’ve had a quick look in its SVN repo (2.7 branch) but it’s a very scary place.
Edit: Since Python migrated from SVN a while back, to be more contemporary I’ll link to its HG repo (2.7 branch) as well.
You can find that code in Objects/listobject.c.
Beware though, it can be scarier than the repo tree 🙂