◐ Shell
clean mode source ↗

Message 243960 - Python tracker

Message243960

Author eric.snow
Recipients Arfrever, Jim.Jewett, alex, asvetlov, benjamin.peterson, eric.araujo, eric.smith, eric.snow, ezio.melotti, flox, gregory.p.smith, introom, josh.r, mrabarnett, ncoghlan, ned.deily, pitrou, refi64, rhettinger, scoder, serhiy.storchaka, tonn81, westurner, yselivanov
Date 2015-05-24.02:14:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432433693.86.0.77602607772.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch.  I've fixed odictiter_new in the feature branch.  However, I'm not sure there's anything to be fixed in odict_new.  It follows the same pattern as dict_new (over in Objects/dictobject.c).
History
Date User Action Args
2015-05-24 02:14:53eric.snowsetrecipients: + eric.snow, rhettinger, gregory.p.smith, ncoghlan, pitrou, scoder, eric.smith, benjamin.peterson, ned.deily, ezio.melotti, eric.araujo, mrabarnett, Arfrever, alex, asvetlov, flox, Jim.Jewett, serhiy.storchaka, yselivanov, westurner, refi64, josh.r, tonn81, introom
2015-05-24 02:14:53eric.snowsetmessageid: <1432433693.86.0.77602607772.issue16991@psf.upfronthosting.co.za>
2015-05-24 02:14:53eric.snowlinkissue16991 messages
2015-05-24 02:14:53eric.snowcreate