This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shihai1991
Recipients Alex Budovski, amaury.forgeotdarc, isoschiz, kylotan, pconnell, santoso.wijaya, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-01-07.00:41:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578357682.45.0.995468654106.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
Compare to _Py_ForgetReference(), _Py_INC_REFTOTAL in _Py_NewReference() looks redundant.

REF: https://github.com/python/cpython/blob/master/Include/object.h#L442

master brach baseline in my vm:
```
sys.gettotalrefcount(): 18049
sys.gettotalrefcount(): 22463
```

after PR17883
```
sys.gettotalrefcount(): 17589
sys.gettotalrefcount(): 22000
```
History
Date User Action Args
2020-01-07 00:41:22shihai1991setrecipients: + shihai1991, amaury.forgeotdarc, kylotan, vstinner, tlesher, ysj.ray, santoso.wijaya, pconnell, isoschiz, Alex Budovski
2020-01-07 00:41:22shihai1991setmessageid: <1578357682.45.0.995468654106.issue1635741@roundup.psfhosted.org>
2020-01-07 00:41:22shihai1991linkissue1635741 messages
2020-01-07 00:41:22shihai1991create