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

Amaury Forgeot d'Arc report at bugs.python.org
Thu May 30 20:29:11 CEST 2013


Amaury Forgeot d'Arc added the comment:

> If "register" is irrelevant to calling convention, then why would the C
> standard preclude using it in an external declaration?

Maybe here "external" is the opposite of "static": "register" is OK in a single translation unit (where the calling convention does not really matter), but not allowed between multiple .c files (which register, anyway?)

+1 for removing it.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list