mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
e0422198fb
Now, such classes will no longer require changes in Python 3.13 in the normal case. The test suite for robotframework passes with no DeprecationWarnings under this PR. I also added a new DeprecationWarning for the case where `_field_types` exists but is incomplete, since that seems likely to indicate a user mistake.
Miscellaneous source files for the main Python shared library