mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
0d7ad9fb38
From the commit message: > When the structure is packed we should always expand when needed, > otherwise we will add some padding between the fields. This patch makes > sure we always merge bitfields together. It also changes the field merging > algorithm so that it handles bitfields correctly. Automerge-Triggered-By: GH:jaraco