2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

TypeObjectBase: always try sharing of method table automatically (thus, share_method_tables() is no longer needed and was removed)

[SVN r8267]
This commit is contained in:
Ullrich Köthe
2000-11-20 11:16:18 +00:00
parent 6b3af7fe7b
commit 987df9cab0
5 changed files with 59 additions and 91 deletions

View File

@@ -835,8 +835,6 @@ namespace {
}
}
}
derived->share_method_tables();
}
void add_current_module_name(Dict& name_space)