diff options
| author | Christian Heimes <christian@cheimes.de> | 2012-10-21 21:26:38 +0200 |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2012-10-21 21:26:38 +0200 |
| commit | 8a915499f65cb9477483e4af23f93825edaa1d25 (patch) | |
| tree | 20ea2067bdf45fb870614fa9c01ec8e7e16f3dcc | |
| parent | a3bc779fb11b808ce3954f7093ae6c3707a834ee (diff) | |
| download | cpython-git-8a915499f65cb9477483e4af23f93825edaa1d25.tar.gz | |
backout ce9c9cbd1b11, Build the _sha3 module with VS 2008
| -rw-r--r-- | PC/VS9.0/pythoncore.vcproj | 4 | ||||
| -rw-r--r-- | PC/config.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/PC/VS9.0/pythoncore.vcproj b/PC/VS9.0/pythoncore.vcproj index 6ca5cbbf39..9fb63ff105 100644 --- a/PC/VS9.0/pythoncore.vcproj +++ b/PC/VS9.0/pythoncore.vcproj @@ -1151,10 +1151,6 @@ >
</File>
<File
- RelativePath="..\..\Modules\_sha3\sha3module.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\signalmodule.c"
>
</File>
diff --git a/PC/config.c b/PC/config.c index c1803cf1bc..57b5073c71 100644 --- a/PC/config.c +++ b/PC/config.c @@ -22,7 +22,6 @@ extern PyObject* PyInit_signal(void); extern PyObject* PyInit__sha1(void); extern PyObject* PyInit__sha256(void); extern PyObject* PyInit__sha512(void); -extern PyObject* PyInit__sha3(void); extern PyObject* PyInit_time(void); extern PyObject* PyInit__thread(void); #ifdef WIN32 @@ -94,7 +93,6 @@ struct _inittab _PyImport_Inittab[] = { {"_sha1", PyInit__sha1}, {"_sha256", PyInit__sha256}, {"_sha512", PyInit__sha512}, - {"_sha3", PyInit__sha3}, {"time", PyInit_time}, #ifdef WITH_THREAD {"_thread", PyInit__thread}, |
