[New-bugs-announce] [issue38211] clean up type_init()

Sergey Fedoseev report at bugs.python.org
Wed Sep 18 04:11:29 EDT 2019


New submission from Sergey Fedoseev <fedoseev.sergey at gmail.com>:

I wrote patch that cleans up type_init():

1. Removes conditions already checked by assert()
2. Removes object_init() call that effectively creates an empty tuple and checks that this tuple is empty

----------
messages: 352710
nosy: sir-sigurd
priority: normal
severity: normal
status: open
title: clean up type_init()

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38211>
_______________________________________


More information about the New-bugs-announce mailing list