This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Charles Machalow
Recipients Charles Machalow, FFY00, amaury.forgeotdarc, belopolsky, eryksun, jaraco, karlding, meador.inge, miss-islington, mleroy003, pablogsal, shihai1991, thesamprice, ztane
Date 2021-07-11.18:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANSCoS8cZBjQS3n+JfmO0u7fP+5nSxj4qODh6EtwX742GvzqxQ@mail.gmail.com>
In-reply-to <1626025634.79.0.478241999832.issue29753@roundup.psfhosted.org>
Content
Maybe we need to add a __packing__ option to specify how packing should
work and default to legacy behavior. Then allow users to specify if they
want similar behavior cross-os.

Otherwise changing this does change packing for existing users and can lead
to breakages.

What exactly was the hit regression here?

On Sun, Jul 11, 2021, 10:47 AM miss-islington <report@bugs.python.org>
wrote:

>
> miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the
> comment:
>
>
> New changeset 42da46ed522157b057d73e6b623615ef6427999e by Miss Islington
> (bot) in branch '3.10':
> bpo-29753: revert 0d7ad9f (GH-19850) (GH-27085)
>
> https://github.com/python/cpython/commit/42da46ed522157b057d73e6b623615ef6427999e
>
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue29753>
> _______________________________________
>
History
Date User Action Args
2021-07-11 18:52:32Charles Machalowsetrecipients: + Charles Machalow, amaury.forgeotdarc, jaraco, belopolsky, meador.inge, eryksun, ztane, pablogsal, mleroy003, miss-islington, shihai1991, karlding, FFY00, thesamprice
2021-07-11 18:52:32Charles Machalowlinkissue29753 messages
2021-07-11 18:52:32Charles Machalowcreate