[issue40778] Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS

2020-05-26 Thread Dong-hee Na
New submission from Dong-hee Na : See: https://github.com/python/cpython/pull/20290#discussion_r430007803 -- assignee: corona10 components: C API messages: 369974 nosy: corona10, vstinner priority: normal severity: normal status: open title: Updating Py_REFCNT and Py_SIZE to use _PyObje

[issue40778] Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS

2020-05-26 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +19685 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20428 ___ Python tracker ___

[issue40778] Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS

2020-05-26 Thread Dong-hee Na
Dong-hee Na added the comment: Victor will convert the macros to the functions. So this change will be included in his PR. -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue40778] Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS

2020-05-26 Thread STINNER Victor
STINNER Victor added the comment: Should be fixed by https://github.com/python/cpython/pull/20429 -- ___ Python tracker ___ ___ Pyt