commit | 8bcf312d093cd90ca65b329d3f97ec2a1304c5b3 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 17 19:48:33 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Aug 17 19:48:33 2016 +0200 |
tree | 47799a8f87cbc220bc4e051f738f7526eb3cd893 | |
parent | 82df3b3071bb003247c33eac4670775e9883c994 [diff] |
Issue #27786: Simplify x_sub() The z variable is known to be a fresh number which cannot be shared, Py_SIZE() can be used directly to negate the number.