Fix value of .module and .name on the result of PyType_FromSpec().
Note that it requires ht->ht_name
to be correctly initialised for any PyHeapTypeObject *ht
before calling PyType_Ready(), which wasn't the case in some pybind11-related tests.
Fix value of .module and .name on the result of PyType_FromSpec().
Note that it requires ht->ht_name
to be correctly initialised for any PyHeapTypeObject *ht
before calling PyType_Ready(), which wasn't the case in some pybind11-related tests.