]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
issue #9090 : Take the same approach for socketmodule as daytimemodule
authorKristján Valur Jónsson <sweskman@gmail.com>
Tue, 19 Mar 2013 20:53:56 +0000 (13:53 -0700)
committerKristján Valur Jónsson <sweskman@gmail.com>
Tue, 19 Mar 2013 20:53:56 +0000 (13:53 -0700)
commit868f0aac37cf6c879471c3b8e65e6db623460ce5
tree8f2aeef3f42d43d3b6fcc3f3f198ab80c27bd97c
parenta39c47aab0ec3032e25e8b0783616d50905ea9e2
issue #9090 : Take the same approach for socketmodule as daytimemodule
when it needs support from timemodule (which is a .so on linux):
link in timemodule.c for the required functions.
Include/timefuncs.h
Modules/socketmodule.c
Modules/timemodule.c
setup.py