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 llllllllll
Recipients llllllllll
Date 2015-04-10.20:10:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428696637.37.0.716274154339.issue23910@psf.upfronthosting.co.za>
In-reply-to
Content
I am working on implementing nameduple in C; I am almost there; however, on the path of moving to full compatibility, I ran into a refcount issue somewhere. Hopefully someone can help me work this out.

To describe the issue, When I run the collections tests I most frequently segfault in a non namedtuple test; however, sometimes it runs (and passes) however that probably means I am using an unowned obect somewhere. I am new to the CPython API so I would love to go through this with someone to learn more about how it all works.

I am currently at PyCon and would absolutly love to speak to someone in person. I will be at CPython sprints for at least one day.
History
Date User Action Args
2015-04-10 20:10:38llllllllllsetrecipients: + llllllllll
2015-04-10 20:10:37llllllllllsetmessageid: <1428696637.37.0.716274154339.issue23910@psf.upfronthosting.co.za>
2015-04-10 20:10:37lllllllllllinkissue23910 messages
2015-04-10 20:10:37llllllllllcreate