]> granicus.if.org Git - python/commit
Fix compiler warnings about formatting pid_t as an int, by always casting to long.
authorGeorg Brandl <georg@python.org>
Mon, 18 Oct 2010 05:06:18 +0000 (05:06 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 18 Oct 2010 05:06:18 +0000 (05:06 +0000)
commitc7f4af4cbe81bc2790fb7e899549100621a3bf52
tree6a7cb2ff9dce8bf3cf64e76432e5ee122a573fe6
parente194dd60f0d00a3537ca118cfe5372c72c33bdf3
Fix compiler warnings about formatting pid_t as an int, by always casting to long.
Modules/_multiprocessing/semaphore.c