This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum, lukasz.langa, pablogsal
Date 2019-02-01.23:09:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549062588.43.0.018689547399.issue35879@roundup.psfhosted.org>
In-reply-to
Content
Found it! You need to call PyArena_AddPyObject(). I racked my brain and finally found the example code I needed at the end of new_identifier(). Please review quickly so we won't ship 3.8.0a1 with a memory leak.
History
Date User Action Args
2019-02-01 23:09:49gvanrossumsetrecipients: + gvanrossum, lukasz.langa, pablogsal
2019-02-01 23:09:48gvanrossumsetmessageid: <1549062588.43.0.018689547399.issue35879@roundup.psfhosted.org>
2019-02-01 23:09:48gvanrossumlinkissue35879 messages
2019-02-01 23:09:48gvanrossumcreate