0

I wish to see the code of the modules in C of python, but it isn't in "Lib," which has every module. Where are these modules? I know that this question has been repeatedly asked, but that was before version 3.7.3.

I have Python 3.7.3, and I have checked most of the Python Folder that has the program itself.

Python_XKR
  • 13
  • 2
  • I think you are referring to this: https://stackoverflow.com/questions/11385576/where-do-i-find-the-python-standard-library-code – Pidem Jul 30 '19 at 21:07

1 Answers1

1

I think you're looking for Modules/ files https://github.com/python/cpython/tree/master/Modules

geckos
  • 5,687
  • 1
  • 41
  • 53