[issue6865] Refcount error in pwd module
caglar10ur 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 tracker <h
[issue6865] Refcount error in pwd module
New submission from caglar10ur : Fix refcounting problem which causes a segfault for following test code; #include int main(void) { int i; for (i = 0; i < 1000; ++i) { Py_Initialize(); PyRun_SimpleStr