mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
be76e3f26e
- If setting `_fields_` fails, e.g. with AttributeError, don't set the attribute in `__dict__` - Document the “finalization” behaviour - Beef up tests: add `getattr`, test Union as well as Structure - Put common functionality in a common function Co-authored-by: Peter Bierma <zintensitydev@gmail.com>