summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_interpreteridobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)Victor Stinner2021-10-151-0/+22
Move the interpreteridobject.h header file from Include/ to Include/internal/. It only provides private functions.