Skip to content

Commit e91fc11

Browse files
authored
gh-119786: create folder in cpython repo for internals documentation (#119787)
1 parent 6fb191b commit e91fc11

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

InternalDocs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)