[issue18090] dict_contains first argument declared register, and shouldn't be

Mark Shannon report at bugs.python.org
Wed May 29 22:36:40 CEST 2013


Mark Shannon added the comment:

The register qualifier on the parameter does not alter the calling convention, it determines the storage class of the parameter variable within the function.

Having said that I am all in favour in removing any and all "register" declarations.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18090>
_______________________________________


More information about the Python-bugs-list mailing list