mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Don't export pending_threadfunc from _testcapi. (GH-8075)
This commit is contained in:
parent
3c452404ae
commit
b4588c2fff
1 changed files with 2 additions and 1 deletions
|
|
@ -2429,7 +2429,8 @@ static int _pending_callback(void *arg)
|
|||
/* The following requests n callbacks to _pending_callback. It can be
|
||||
* run from any python thread.
|
||||
*/
|
||||
PyObject *pending_threadfunc(PyObject *self, PyObject *arg)
|
||||
static PyObject *
|
||||
pending_threadfunc(PyObject *self, PyObject *arg)
|
||||
{
|
||||
PyObject *callable;
|
||||
int r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue