make some clean.

This commit is contained in:
ykiko 2024-10-04 18:11:24 +08:00
parent 53fa193355
commit 0f1abcb1f6

View File

@ -42,7 +42,7 @@ using module = module_;
namespace pkbind::impl { \
auto _module_##name = [] { \
::pkbind::action::register_start([] { \
auto m = ::pkbind::module_(py_newmodule(#name), ::pkbind::object::ref_t{}); \
auto m = ::pkbind::module_::create(#name); \
_pkbind_register_##name(m); \
}); \
return 1; \