[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-09 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: 2009/9/9 caglar10ur rep...@bugs.python.org: 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

[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) {

[issue6865] Refcount error in pwd module

2009-09-08 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: Fixed in r74727. -- nosy: +benjamin.peterson resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6865