diff options
author | Dino Viehland <dinoviehland@gmail.com> | 2019-09-10 11:18:37 +0100 |
---|---|---|
committer | T. Wouters <thomas@python.org> | 2019-09-10 03:18:37 -0700 |
commit | 4f384af067d05b16a554bfd976934fca9f87a1cf (patch) | |
tree | 6ec350c55c6f0bfdd95bf6c70febdbd612e35d16 /Python/sysmodule.c | |
parent | 43c9731334470573209464b7f67914d386457efc (diff) | |
download | cpython-git-4f384af067d05b16a554bfd976934fca9f87a1cf.tar.gz |
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions