[Python-Dev] PyRange_New() alternative?
"Martin v. Löwis"
martin at v.loewis.de
Sat Jun 24 10:58:43 CEST 2006
More information about the Python-Dev mailing list
Sat Jun 24 10:58:43 CEST 2006
- Previous message: [Python-Dev] PyRange_New() alternative?
- Next message: [Python-Dev] PyRange_New() alternative?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ralf W. Grosse-Kunstleve wrote: >> You remember the standard incorrectly. > > There are three standards to consider: C89/90, C99, C++97/98. Here you can find > the opinion of one of the authors of the C++ standard in this matter: > > http://mail.python.org/pipermail/c++-sig/2005-December/009869.html This might be out of context, but Dave Abrahams comment "C++ doesn't support the C99 restrict feature." seems irrelevant: C++ certain does not have the "restrict" keyword, but it has the same aliasing rules as C89 and C99. The specific problem exists in all three languages. Regards, Martin
- Previous message: [Python-Dev] PyRange_New() alternative?
- Next message: [Python-Dev] PyRange_New() alternative?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list