bpo-39873: PyObject_Init() uses PyObject_INIT() by vstinner · Pull Request #18804 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.2k
Merged
bpo-39873: PyObject_Init() uses PyObject_INIT()#18804
vstinner merged 1 commit intopython:masterfrom
vstinner:object_init
bpo-39873: PyObject_Init() uses PyObject_INIT()#18804
vstinner merged 1 commit intopython:masterfrom
vstinner:object_init
Conversation
Copy link
Member
Avoid duplicated code:
- PyObject_Init() uses PyObject_INIT()
- PyObject_InitVar() uses PyObject_INIT_VAR()
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Avoid duplicated code: * PyObject_Init() uses PyObject_INIT() * PyObject_InitVar() uses PyObject_INIT_VAR()
vstinner
merged commit
1fb5a9f
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
object_init
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment