According to the Python 3 documentation, Chapter 25.1: tkinter - Python interface to Tcl/Tk:
The Tk interface is located in a binary module named
_tkinter
. This module contains the low-level interface to Tk
Where can I obtain the source code of this module?
I checked python/cython
on GitHub, but could not find it.