]> granicus.if.org Git - python/commit
Fix compiler warning: module init functions do not return anything in 2.x.
authorGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 06:09:51 +0000 (06:09 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 06:09:51 +0000 (06:09 +0000)
commit95898c42913523d0a72c7b4f6c384eb42e06d5ca
tree72c26d08e9cdd929b3ac04e62dc6403758a6dfdc
parent886a1cd7dc43bbdba6e69a2fa44b9daa888eee08
Fix compiler warning: module init functions do not return anything in 2.x.
Modules/_multiprocessing/multiprocessing.c