Make GILOnceCell<Py<PyType>>
's get_or_try_init_type_ref
public
#4516
Labels
GILOnceCell<Py<PyType>>
's get_or_try_init_type_ref
public
#4516
Hi!
Is there any reason why
GILOnceCell<Py<PyType>>
'sget_or_try_init_type_ref()
is not public API? It's a useful function and it looks like it should be the default way of importing Python modules. I would be happy to open a PR changing it and updating the docs accordingly, if it makes sense.Thanks in advance!
The text was updated successfully, but these errors were encountered: