8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb191b commit e91fc11Copy full SHA for e91fc11
InternalDocs/index.md
@@ -0,0 +1,12 @@
1
+
2
+# CPython Internals Documentation
3
4
+The documentation in this folder is intended for CPython maintainers.
5
+It describes implementation details of CPython, which should not be
6
+assumed to be part of the Python language specification. These details
7
+can change between any two CPython versions and should not be assumed
8
+to hold for other implementations of the Python language.
9
10
+The core dev team attempts to keep this documentation up to date. If
11
+it is not, please report that through the
12
+[issue tracker](https://github.com/python/cpython/issues).
0 commit comments