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 amaury.forgeotdarc
Recipients Arfrever, Mark.Shannon, amaury.forgeotdarc, larry, mark.dickinson, pitrou, rhettinger, serhiy.storchaka, skrah
Date 2013-05-30.18:29:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369938551.6.0.186298498827.issue18090@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2013-05-30 18:29:11amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rhettinger, mark.dickinson, pitrou, larry, Arfrever, skrah, Mark.Shannon, serhiy.storchaka
2013-05-30 18:29:11amaury.forgeotdarcsetmessageid: <1369938551.6.0.186298498827.issue18090@psf.upfronthosting.co.za>
2013-05-30 18:29:11amaury.forgeotdarclinkissue18090 messages
2013-05-30 18:29:11amaury.forgeotdarccreate