]> granicus.if.org Git - python/commit
Added test for uintptr_t, the C9X acceptable way to spell "type to
authorBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 04:53:33 +0000 (04:53 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 18 Aug 2000 04:53:33 +0000 (04:53 +0000)
commitbc7c7f991c4654cb270cc09272559534de492d30
tree45320b5090ddbf687b3cb3c3e88e3ff7ee641f5d
parente736177d5bfdb0e7e844b199c4637991ed9dda49
Added test for uintptr_t, the C9X acceptable way to spell "type to
which I can cast void* to and back again without losing information".
In pyport.h, we typedef Py_uintptr_t to mean this thing, which if the
platform supports, will be uintptr_t (otherwise, other accomodations
are made).
config.h.in
configure
configure.in