Skip to content

Commit

Permalink
gh-119786: create folder in cpython repo for internals documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored May 30, 2024
1 parent 6fb191b commit e91fc11
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions InternalDocs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

# CPython Internals Documentation

The documentation in this folder is intended for CPython maintainers.
It describes implementation details of CPython, which should not be
assumed to be part of the Python language specification. These details
can change between any two CPython versions and should not be assumed
to hold for other implementations of the Python language.

The core dev team attempts to keep this documentation up to date. If
it is not, please report that through the
[issue tracker](https://github.com/python/cpython/issues).

0 comments on commit e91fc11

Please sign in to comment.