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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23910>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to