Skip to content

bpo-39873: PyObject_Init() uses PyObject_INIT()#18804

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:object_init
Mar 6, 2020
Merged

bpo-39873: PyObject_Init() uses PyObject_INIT()#18804
vstinner merged 1 commit intopython:masterfrom
vstinner:object_init

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 6, 2020

Avoid duplicated code:

  • PyObject_Init() uses PyObject_INIT()
  • PyObject_InitVar() uses PyObject_INIT_VAR()

https://bugs.python.org/issue39873

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants