summaryrefslogtreecommitdiffstats
path: root/Include/namespaceobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)Victor Stinner2021-10-151-19/+0
| | | | | | | | | Rename Include/namespaceobject.h to Include/internal/pycore_namespace.h. The _testmultiphase extension is now built with the Py_BUILD_CORE_MODULE macro defined to access _PyNamespace_Type. object.c: remove unused "pycore_context.h" include.
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+2
|
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+17
Issue 14673: Add sys.implementation