mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Don't export internal symbols ("make smelly")
This commit is contained in:
parent
3974d6abb2
commit
409b53840b
2 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ _Py_stat(PyObject *path, struct stat *statbuf)
|
|||
|
||||
#endif
|
||||
|
||||
int
|
||||
static int
|
||||
get_inheritable(int fd, int raise)
|
||||
{
|
||||
#ifdef MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue