Ensure all object in Pool has __slots__
With #8567 (closed) we tried to add __slots__
to all object in the Pool. But as soon as a Mixin is used which does not define __slots__
this disable the feature for the object.
So the idea is to have a generic test which ensure that all objects has an attribute __slots__
(except if they have __no_slots__
).
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Cédric Krier assigned to @ced
assigned to @ced
- Cédric Krier added trytond type::performance + 1 deleted label
added trytond type::performance + 1 deleted label
- Cédric Krier added 1 deleted label and removed 1 deleted label
added 1 deleted label and removed 1 deleted label
New review375361002 at https://codereview.tryton.org/375361002/#ps375371002
review375361002 updated at https://codereview.tryton.org/375361002/#ps352731002
New changeset fe1a8cddae25 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/account_budget/rev/fe1a8cddae25- Roundup Robot added 1 deleted label and removed 1 deleted label
added 1 deleted label and removed 1 deleted label
- Roundup Robot closed
closed
New changeset c94c5afaa56a by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/account_payment_braintree/rev/c94c5afaa56aNew changeset 9ad01a9a921a by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/account_payment_stripe/rev/9ad01a9a921aNew changeset 2cf0f566532f by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/product_image/rev/2cf0f566532fNew changeset 63536731b00b by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/project_invoice/rev/63536731b00bNew changeset 634729a30b66 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/sale_complaint/rev/634729a30b66New changeset 787734083018 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock/rev/787734083018New changeset b59838c82090 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_assign_manual/rev/b59838c82090New changeset f360300abc2f by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_lot/rev/f360300abc2fNew changeset 38f6f7156345 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_lot_sled/rev/38f6f7156345New changeset 815fa17146b7 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_lot_unit/rev/815fa17146b7New changeset f12017696b77 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_package_shipping/rev/f12017696b77New changeset ec2f1b52b591 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_package_shipping_dpd/rev/ec2f1b52b591New changeset 8a80f8167db0 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_package_shipping_sendcloud/rev/8a80f8167db0New changeset 025a569ba53f by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/stock_package_shipping_ups/rev/025a569ba53fNew changeset c980fe7b3ce8 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/modules/web_shop_vue_storefront/rev/c980fe7b3ce8New changeset a3df1b17977c by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/trytond/rev/a3df1b17977cNew changeset ca1082a84e62 by Cédric Krier in branch 'default':
Ensure that objects in the Pool has __slots__
https://hg.tryton.org/tryton-env/rev/ca1082a84e62- Raimon Esteve mentioned in issue #10796 (closed)
mentioned in issue #10796 (closed)