mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
Stop exporting the TypeObject
[SVN r13308]
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
|
||||
namespace boost { namespace python { namespace objects {
|
||||
|
||||
extern PyTypeObject function_type;
|
||||
|
||||
function::function(py_function implementation, unsigned min_args, unsigned max_args)
|
||||
: m_fn(implementation)
|
||||
|
||||
Reference in New Issue
Block a user