commit | e1e80002e28e1055f399a20918c49d50d093709e | [log] [tgz] |
---|---|---|
author | Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | Wed Jan 29 07:20:53 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jan 29 21:20:53 2020 +1000 |
tree | 67dbe51a2c6e242f1e68019a611257fe88c2e02e | |
parent | d07d9f4c43bc85a77021bcc7d77643f8ebb605cf [diff] |
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) Some of the *SetItem methods in the C API steal a reference to the given value. This annotates the better behaved ones to assure the reader that these are not the ones with the inconsistent behaviour. * 📜🤖 Added by blurb_it. * make docs consistent with signature Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>