protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

[python] Remove explicit visibility("default") on PyInit__message

Open goffrie opened this issue 11 months ago • 3 comments

This is unnecessary as PyMODINIT_FUNC already implies Py_EXPORTED_SYMBOL.

goffrie avatar Mar 11 '24 22:03 goffrie