Message380318
I added a new PyModule_AddObjectRef() function which does not steal a reference to the value on success. I suggest to use this new function instead of PyModule_AddObject() which is usually misused (creating reference leaks). |
|
Date |
User |
Action |
Args |
2020-11-04 13:00:44 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, kylotan, christian.heimes, tlesher, phsilva, petr.viktorin, ysj.ray, santoso.wijaya, lukasz.langa, python-dev, eric.snow, pconnell, isoschiz, Jim Fasarakis-Hilliard, corona10, miss-islington, shihai1991, erlendaasland, koubaa |
2020-11-04 13:00:44 | vstinner | set | messageid: <1604494844.18.0.766688564032.issue1635741@roundup.psfhosted.org> |
2020-11-04 13:00:44 | vstinner | link | issue1635741 messages |
2020-11-04 13:00:43 | vstinner | create | |
|