Search code examples
pythoncpython

Where is the __builtin__ module in CPython


I want to get the path and source code of the __builtin__ module, where can I get it?


Solution

  • Latest (trunk) C sources of __builtin__ module: http://svn.python.org/view/python/trunk/Python/bltinmodule.c?view=markup