Reputation: 5876
In order to make an educated decision, I especially need to take a look at how range
is implemented in Python 3. How do I find this implementation?
I know I can use module.__file__
for modules, but which modules does built-in functions belong to, and where do I find the implementation?
Upvotes: 0
Views: 141