mirror of
https://github.com/boostorg/python.git
synced 2026-01-28 07:22:31 +00:00
Merge Trunk changes to RC_1_29_0
[SVN r15732]
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// "as is" without express or implied warranty, and with no claim as
|
||||
// to its suitability for any purpose.
|
||||
|
||||
#include <boost/python/module_init.hpp>
|
||||
#include <boost/python/module.hpp>
|
||||
#include <boost/python/def.hpp>
|
||||
#include <boost/python/class.hpp>
|
||||
#include <boost/python/list.hpp>
|
||||
@@ -125,7 +125,7 @@ void exercise(list x, object y, object print)
|
||||
assert(w[3] == 'i');
|
||||
}
|
||||
|
||||
BOOST_PYTHON_MODULE_INIT(list_ext)
|
||||
BOOST_PYTHON_MODULE(list_ext)
|
||||
{
|
||||
def("new_list", new_list);
|
||||
def("listify", listify);
|
||||
|
||||
Reference in New Issue
Block a user