Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19576 closed Cleanup/optimization (fixed)

Use `six.with_metaclass` uniformously accross code base

Reported by: Simon Charette Owned by: nobody
Component: Python 3 Version: dev
Severity: Normal Keywords: six
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Sometimes object is inherited twice when it's not needed. Simple patch that passes on Python 2.7.3 and 3.2 with SQlite to be uploaded.

Attachments (1)

0001-Fixed-19576-Use-six.with_metaclass-uniformously-accr.patch (1.3 KB ) - added by Simon Charette 11 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 by Simon Charette, 11 years ago

Has patch: set

comment:2 by Simon Charette, 11 years ago

Triage Stage: UnreviewedAccepted

Marking as Accepted based on alex's comment on IRC.

comment:3 by Aymeric Augustin, 11 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Claude Paroz <claude@…>, 11 years ago

Resolution: fixed
Status: newclosed

In f58efd07ff2b2edb377d02567615e79e8d05248b:

Fixed #19576 -- Use six.with_metaclass uniformously accross code base.

comment:5 by Claude Paroz <claude@…>, 11 years ago

In 78739faedb01baee06e84c69f6fab84c9e8b718e:

[1.5.x] Fixed #19576 -- Use six.with_metaclass uniformously accross code base.

Backport of f58efd07f from master.

comment:6 by Claude Paroz <claude@…>, 11 years ago

In 78739faedb01baee06e84c69f6fab84c9e8b718e:

[1.5.x] Fixed #19576 -- Use six.with_metaclass uniformously accross code base.

Backport of f58efd07f from master.

Note: See TracTickets for help on using tickets.
Back to Top