commit | 4f384af067d05b16a554bfd976934fca9f87a1cf | [log] [tgz] |
---|---|---|
author | Dino Viehland <dinoviehland@gmail.com> | Tue Sep 10 11:18:37 2019 +0100 |
committer | T. Wouters <thomas@python.org> | Tue Sep 10 03:18:37 2019 -0700 |
tree | 6ec350c55c6f0bfdd95bf6c70febdbd612e35d16 | |
parent | 43c9731334470573209464b7f67914d386457efc [diff] |
bpo-38076: Make struct module PEP-384 compatible (#15805) * PEP-384 _struct * More PEP-384 fixes for _struct Summary: Add a couple of more fixes for `_struct` that were previously missed such as removing `tp_*` accessors and using `PyBytesWriter` instead of calling `PyBytes_FromStringAndSize` with `NULL`. Also added a test to confirm that `iter_unpack` type is still uninstantiable. * 📜🤖 Added by blurb_it.