[issue29257] Possible error in discussion of Abstract Base Classes and abstract properties

2017-01-12 Thread Gerald Britton
New submission from Gerald Britton: I was rereading the 2.7 docs about abstract base classes the other day. I found this: "This defines a read-only property; you can also define a read-write abstract property using the ‘long’ form of property declaration:" along with an exam

[issue5909] Segfault in typeobject.c

2009-05-03 Thread Gerald Britton
Gerald Britton gerald.brit...@gmail.com added the comment: This bug reports corresponds to one opened on Gnome: http://bugzilla.gnome.org/show_bug.cgi?id=578419 According to the devs there: As far as I can tell this is a Python/C bug. PyGObject is doing everything by the book

[issue5909] Segfault in typeobject.c

2009-05-02 Thread Gerald Britton
New submission from Gerald Britton gerald.brit...@gmail.com: Python 2.6 segfaults when starting up the gramps application -- assignee: theller components: ctypes files: gdb-python.txt messages: 86981 nosy: gbritton, theller severity: normal status: open title: Segfault in typeobject.c