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 meador.inge
Recipients meador.inge, rhettinger, serhiy.storchaka
Date 2012-08-08.14:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344434986.28.0.442966403539.issue15475@psf.upfronthosting.co.za>
In-reply-to
Content
On Wed, Aug 8, 2012 at 5:41 AM, Raymond Hettinger <report@bugs.python.org> wrote:

> I'm not sure why anyone would really want this functionality for itertools,
> but I don't see any harm in adding it as long as the other implementations
> aren't required to follow.

The general expection is that __sizeof__ is for CPython.  We tag the tests
with '@cpython_only'.

> Also, it could be viewed as being a new feature, so I'm not sure backports
> are warranted. 

So far, we have been applying the __sizeof__ patches to all branches.

> Be sure to ask the respective release managers before applying.

I will check with Georg for 3.3.  Thanks.
History
Date User Action Args
2012-08-08 14:09:47meador.ingesetrecipients: + meador.inge, rhettinger, serhiy.storchaka
2012-08-08 14:09:46meador.ingesetmessageid: <1344434986.28.0.442966403539.issue15475@psf.upfronthosting.co.za>
2012-08-08 14:09:45meador.ingelinkissue15475 messages
2012-08-08 14:09:44meador.ingecreate