mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
Last rewrite of the type conversion mechanism, I hope
[SVN r12631]
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include <boost/python/detail/config.hpp>
|
||||
#include <boost/python/detail/wrap_python.hpp>
|
||||
#include <boost/python/object/class.hpp>
|
||||
#include <boost/python/object/class_wrapper.hpp>
|
||||
#include <boost/python/objects.hpp>
|
||||
#include <boost/python/detail/map_entry.hpp>
|
||||
#include <boost/detail/binary_search.hpp>
|
||||
@@ -122,7 +121,7 @@ PyTypeObject class_type_object = {
|
||||
0, /* tp_descr_set */
|
||||
0, /* tp_dictoffset */
|
||||
0, /* tp_init */
|
||||
0, /* tp_alloc */
|
||||
PyType_GenericAlloc, /* tp_alloc */
|
||||
PyType_GenericNew
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user