diff options
author | Edison A <20975616+SimiCode@users.noreply.github.com> | 2019-05-13 07:23:38 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-13 07:23:38 (GMT) |
commit | d28772ab6967fea136c0707f0207673ebad66f61 (patch) | |
tree | 3476bcd1aab64f0f4aa9fb8ea7855545e0f0c7b8 /Doc/data | |
parent | af070c12970db34f004adf2e20306a285f06f3a9 (diff) | |
download | cpython-d28772ab6967fea136c0707f0207673ebad66f61.zip cpython-d28772ab6967fea136c0707f0207673ebad66f61.tar.gz cpython-d28772ab6967fea136c0707f0207673ebad66f61.tar.bz2 |
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index 35527c1..213ddcb 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -413,6 +413,16 @@ PyDateTime_FromDateAndTime:int:minute:: PyDateTime_FromDateAndTime:int:second:: PyDateTime_FromDateAndTime:int:usecond:: +PyDateTime_FromDateAndTimeAndFold:PyObject*::+1: +PyDateTime_FromDateAndTimeAndFold:int:year:: +PyDateTime_FromDateAndTimeAndFold:int:month:: +PyDateTime_FromDateAndTimeAndFold:int:day:: +PyDateTime_FromDateAndTimeAndFold:int:hour:: +PyDateTime_FromDateAndTimeAndFold:int:minute:: +PyDateTime_FromDateAndTimeAndFold:int:second:: +PyDateTime_FromDateAndTimeAndFold:int:usecond:: +PyDateTime_FromDateAndTimeAndFold:int:fold:: + PyDateTime_FromTimestamp:PyObject*::+1: PyDateTime_FromTimestamp:PyObject*:args:0: @@ -2210,6 +2220,13 @@ PyTime_FromTime:int:minute:: PyTime_FromTime:int:second:: PyTime_FromTime:int:usecond:: +PyTime_FromTimeAndFold:PyObject*::+1: +PyTime_FromTimeAndFold:int:hour:: +PyTime_FromTimeAndFold:int:minute:: +PyTime_FromTimeAndFold:int:second:: +PyTime_FromTimeAndFold:int:usecond:: +PyTime_FromTimeAndFold:int:fold:: + PyTraceMalloc_Track:int::: PyTraceMalloc_Track:unsigned int:domain:: PyTraceMalloc_Track:uintptr_t:ptr:: |