File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,15 @@ Things that will **not** be considered breaking:
3535 non-guaranteed implementation detail.
3636 If you need a guarantee here, please open an issue explaining why.
3737
38+ 4 . Base class layouts, metaclasses
39+ The non-public base classes are considered an implementation detail.
40+ They may be removed, changed, etc. The library does not support subclassing
41+ of types provided, and only the public types should need be relied upon.
42+
43+ 5 . Non-explicit compatability with ` weakref `
44+ Any compatability with weakref should be considered accidental ** unless** a
45+ type has declared slots and includes ` __weakref__ ` in those slots.
46+
3847Things that will be considered a breaking change:
3948
40491 . Removal of a symbol from `` __all__ `` .
You can’t perform that action at this time.
0 commit comments