diff options
author | Brett Cannon <brett@python.org> | 2016-06-09 23:58:38 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-06-09 23:58:38 (GMT) |
commit | 746102bd238f414ba65b336d600eade06b99c440 (patch) | |
tree | 1774f397ad216d816f6d8f2e57ca75ebd23365d7 /Doc/data | |
parent | b08388d5f2e62577e1a2379deb1681af4f148811 (diff) | |
download | cpython-746102bd238f414ba65b336d600eade06b99c440.zip cpython-746102bd238f414ba65b336d600eade06b99c440.tar.gz cpython-746102bd238f414ba65b336d600eade06b99c440.tar.bz2 |
Issue #27186: Document PyOS_FSPath().
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index e388195..8b469f4 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -921,6 +921,9 @@ PyNumber_Xor:PyObject*:o2:0: PyObject_AsFileDescriptor:int::: PyObject_AsFileDescriptor:PyObject*:o:0: +PyOS_FSPath:PyObject*::+1: +PyOS_FSPath:PyObject*:path:0: + PyObject_Call:PyObject*::+1: PyObject_Call:PyObject*:callable_object:0: PyObject_Call:PyObject*:args:0: |