commit | 2f88289cf59d7f0941534e40bdd41a5f26f1c605 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Aug 25 06:42:32 2022 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 25 06:42:32 2022 -0700 |
tree | d41f6fa5f54e485b6bec4e751822a97b42eed10f | |
parent | 147b8312eac0647a5b2d74812acf7f51054488a3 [diff] |
Clarify API stability of PyTypeObject in relation to static types. (GH-96217) Fixes: https://github.com/python/cpython/issues/95300 Related: https://github.com/python/cpython/issues/91271 (cherry picked from commit caa2a9799a47294441e4206037620322eea9ed06) Co-authored-by: ov2k <ov2k.github@gmail.com>