[issue6865] Refcount error in pwd module

2009-09-09 Thread caglar10ur
caglar10ur cag...@pardus.org.tr added the comment: It seems Python 2.6.x also have same problem, will it be merged automatically (seems like svn-merge is used for this purpose) or do you want me to open a new bug against that version? -- ___ Python

[issue6865] Refcount error in pwd module

2009-09-08 Thread caglar10ur
New submission from caglar10ur cag...@pardus.org.tr: Fix refcounting problem which causes a segfault for following test code; #include python2.5/Python.h int main(void) { int i; for (i = 0; i 1000; ++i