Const-Correctness of Python/C

Fredrik Lundh effbot at telia.com
Thu May 11 10:13:44 EDT 2000


Lyle Johnson <jlj at cfdrc.com> wrote:
> Some older C compilers wouldn't support the const keyword, so that could
> be a problem.

Note that Python 1.6 require ANSI C, and I think "const"
support is required by the ANSI C standard.

</F>




More information about the Python-list mailing list