New submission from Zoltán Szatmáry <szatmary.zoltan1...@gmail.com>:
Put "arena->a_cur = arena->a_head;" after the error checking of "arena->a_objects = PyList_New(0);". It's more optimal, even if it can't be measured. ---------- hgrepos: 386 messages: 357180 nosy: Zotyamester priority: normal pull_requests: 16809 severity: normal status: open title: Reordered error checking in PyArena_New(). _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38879> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com