Unverified Kaydet (Commit) 123f2b45 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

Don't export pending_threadfunc from _testcapi. (GH-8075)

(cherry picked from commit b4588c2f)
Co-authored-by: 's avatarBenjamin Peterson <benjamin@python.org>
üst 20ae4c60
...@@ -2429,7 +2429,8 @@ static int _pending_callback(void *arg) ...@@ -2429,7 +2429,8 @@ static int _pending_callback(void *arg)
/* The following requests n callbacks to _pending_callback. It can be /* The following requests n callbacks to _pending_callback. It can be
* run from any python thread. * run from any python thread.
*/ */
PyObject *pending_threadfunc(PyObject *self, PyObject *arg) static PyObject *
pending_threadfunc(PyObject *self, PyObject *arg)
{ {
PyObject *callable; PyObject *callable;
int r; int r;
......
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