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 terry.reedy
Recipients Arfrever, Mark.Shannon, amaury.forgeotdarc, ezio.melotti, gvanrossum, larry, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah, terry.reedy
Date 2013-05-31.22:45:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370040322.95.0.887335224851.issue18090@psf.upfronthosting.co.za>
In-reply-to
Content
Guido, do you still believe in using 'register' in C code in general or in particular, for function arguments. Many of the uses in dictobject.c go back to your rev1256 and rev5396. The one that caught Larry's eye for dict_contains appears to be from the latter.

(Many other appearances are credited to Antoine as solipsis, though these may be from merges or something, and he has already said he thinks they could go.)
History
Date User Action Args
2013-05-31 22:45:23terry.reedysetrecipients: + terry.reedy, gvanrossum, rhettinger, amaury.forgeotdarc, mark.dickinson, pitrou, larry, ezio.melotti, Arfrever, skrah, Mark.Shannon, serhiy.storchaka
2013-05-31 22:45:22terry.reedysetmessageid: <1370040322.95.0.887335224851.issue18090@psf.upfronthosting.co.za>
2013-05-31 22:45:22terry.reedylinkissue18090 messages
2013-05-31 22:45:22terry.reedycreate