mirror of
https://github.com/python/cpython.git
synced 2026-08-08 16:21:45 +08:00
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