]> granicus.if.org Git - python/commit
setup_confname_table(): Use size_t instead of int for an index when
authorFred Drake <fdrake@acm.org>
Thu, 30 Dec 1999 18:05:43 +0000 (18:05 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 30 Dec 1999 18:05:43 +0000 (18:05 +0000)
commite1a79b9b424cb7e4362b0d4bda08396ebe9cab7a
treeaf517aaf32a342a2f6f8ae40e5205eb1a589a3e6
parentf7ac1d32f04cdda7d8b6200daa8eedf89aba1290
setup_confname_table():  Use size_t instead of int for an index when
        building the dicts used to inform the user about the defined
        constants when using the *conf*() APIs.

Thanks to Mark Hammond <mhammond@skippinet.com.au>.
Modules/posixmodule.c