Unverified Kaydet (Commit) 4629c0d5 authored tarafından Benjamin Peterson's avatar Benjamin Peterson Kaydeden (comit) GitHub

Hide some symbols from _xxsubinterpreters. (GH-8151)

üst cb4bae72
...@@ -1201,7 +1201,7 @@ done: ...@@ -1201,7 +1201,7 @@ done:
PyThread_release_lock(channels->mutex); PyThread_release_lock(channels->mutex);
} }
int64_t * static int64_t *
_channels_list_all(_channels *channels, int64_t *count) _channels_list_all(_channels *channels, int64_t *count)
{ {
int64_t *cids = NULL; int64_t *cids = NULL;
...@@ -1545,7 +1545,7 @@ channelid_str(PyObject *self) ...@@ -1545,7 +1545,7 @@ channelid_str(PyObject *self)
return PyUnicode_FromFormat("%" PRId64 "", cid->id); return PyUnicode_FromFormat("%" PRId64 "", cid->id);
} }
PyObject * static PyObject *
channelid_int(PyObject *self) channelid_int(PyObject *self)
{ {
channelid *cid = (channelid *)self; channelid *cid = (channelid *)self;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment