[New-bugs-announce] [issue23910] C implementation of namedtuple (WIP)

Joe Jevnik report at bugs.python.org
Fri Apr 10 22:10:37 CEST 2015


New submission from Joe Jevnik:

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.

----------
components: Extension Modules
files: namedtuple.patch
keywords: patch
messages: 240447
nosy: llllllllll
priority: normal
severity: normal
status: open
title: C implementation  of namedtuple (WIP)
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38892/namedtuple.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23910>
_______________________________________


More information about the New-bugs-announce mailing list