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 arhadthedev
Recipients arhadthedev
Date 2022-03-07.14:12:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646662349.93.0.569341400639.issue46946@roundup.psfhosted.org>
In-reply-to
Content
This is done to:

- update docstrings to current standards enforced by AC
- get proper naming for arguments of impl-functions (for example, self instead of obj and instance)
- strip boilerplate reducing current 16k lines of code to something little more manageable
- get a proper excuse to collapse overbloated PyTypeObject initializers by throwing out zeroes with designated initialization thanks to C99&11 being promoted. For example, EncodingMapType in unicodeobject.c reduced from 43 lines to 8, five times less.
History
Date User Action Args
2022-03-07 14:12:29arhadthedevsetrecipients: + arhadthedev
2022-03-07 14:12:29arhadthedevsetmessageid: <1646662349.93.0.569341400639.issue46946@roundup.psfhosted.org>
2022-03-07 14:12:29arhadthedevlinkissue46946 messages
2022-03-07 14:12:29arhadthedevcreate