diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-02-24 00:10:48 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-02-24 00:10:48 (GMT) |
commit | 72aee3dcabf98a0b8a7a60cccab4fbd1ef63fbd2 (patch) | |
tree | 4d0065384cc092413d520a5d0b6a7774be930a45 /PC | |
parent | 640cacbffe62ac3ee806e61fbd00ec242fdfa2a8 (diff) | |
download | cpython-72aee3dcabf98a0b8a7a60cccab4fbd1ef63fbd2.zip cpython-72aee3dcabf98a0b8a7a60cccab4fbd1ef63fbd2.tar.gz cpython-72aee3dcabf98a0b8a7a60cccab4fbd1ef63fbd2.tar.bz2 |
Merged revisions 78393 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78393 | amaury.forgeotdarc | 2010-02-24 00:19:39 +0100 (mer., 24 févr. 2010) | 2 lines
#4852: Remove dead code in every thread implementation, unused for many years.
........
Diffstat (limited to 'PC')
-rw-r--r-- | PC/os2emx/python27.def | 1 | ||||
-rw-r--r-- | PC/os2vacpp/python.def | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2emx/python27.def b/PC/os2emx/python27.def index 7d05ec3..d87dd76 100644 --- a/PC/os2emx/python27.def +++ b/PC/os2emx/python27.def @@ -1168,7 +1168,6 @@ EXPORTS "PyThread_delete_key" "PyThread_set_key_value" "PyThread_get_key_value" - "PyThread__exit_thread" ; From python26_s.lib(gcmodule) ; "initgc" diff --git a/PC/os2vacpp/python.def b/PC/os2vacpp/python.def index 7d26546..a525c2a 100644 --- a/PC/os2vacpp/python.def +++ b/PC/os2vacpp/python.def @@ -376,7 +376,6 @@ EXPORTS PyThreadState_GetDict PyThreadState_New PyThreadState_Swap - PyThread__exit_thread PyThread_acquire_lock PyThread_allocate_lock PyThread_allocate_sema |