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:
@@ -835,8 +835,6 @@ namespace {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
derived->share_method_tables();
|
||||
}
|
||||
|
||||
void add_current_module_name(Dict& name_space)
|
||||
|
||||
Reference in New Issue
Block a user