Added comment for db member.

pull/13171/head
Joshua Haberman 3 years ago
parent cd9915abe2
commit cc9b486cf1
  1. 2
      python/descriptor_pool.c

@ -39,7 +39,7 @@
typedef struct {
PyObject_HEAD
upb_symtab* symtab;
PyObject* db;
PyObject* db; // The DescriptorDatabase underlying this pool. May be NULL.
} PyUpb_DescriptorPool;
PyObject* PyUpb_DescriptorPool_GetDefaultPool() {

Loading…
Cancel
Save