[issue13070] segmentation fault in pure-python multi-threaded server

2011-10-06 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: I did not see any segfaults when I ran my app on 2.7. Please verify that 2.7 is really affected before making changes. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue13070] segmentation fault in pure-python multi-threaded server

2011-10-05 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: Great, thanks to you too, for fixing it! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13070

[issue13070] segmentation fault in pure-python multi-threaded server

2011-10-04 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: Probably. OTOH, not setting the error state when returning NULL is usually an error (and can result in difficult-to-debug problems), so let's stay on the safe side. Furthermore, I'm not sure about what kind of error would make sense

[issue13070] segmentation fault in pure-python multi-threaded server

2011-10-03 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: Any plans to fix this in the next release? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13070

[issue13070] segmentation fault in pure-python multi-threaded server

2011-09-30 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: Thanks Charles-François, I tested your patch with make test and with my program. Both work fine. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13070

[issue2771] Test issue

2011-09-29 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: Testing. -- nosy: +vsemionov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

2011-09-29 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: testing -- Added file: http://bugs.python.org/file23266/test.txt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

2011-09-29 Thread Victor Semionov
Victor Semionov vsemio...@gmail.com added the comment: adsfaf -- hgrepos: +78 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___ Python

[issue2771] Test issue

2011-09-29 Thread Victor Semionov
Changes by Victor Semionov vsemio...@gmail.com: -- hgrepos: -78 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___ Python-bugs-list

[issue13065] test

2011-09-29 Thread Victor Semionov
New submission from Victor Semionov vsemio...@gmail.com: ignore me -- messages: 144647 nosy: vsemionov priority: normal severity: normal status: open title: test ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13065

[issue13065] test

2011-09-29 Thread Victor Semionov
Changes by Victor Semionov vsemio...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13065 ___ ___ Python-bugs

[issue13066] test

2011-09-29 Thread Victor Semionov
New submission from Victor Semionov vsemio...@gmail.com: ignore me -- components: IO, Interpreter Core messages: 144648 nosy: vsemionov priority: normal severity: normal status: open title: test type: crash versions: Python 3.2 ___ Python tracker rep

[issue13066] test

2011-09-29 Thread Victor Semionov
Changes by Victor Semionov vsemio...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13066 ___ ___ Python-bugs

[issue13067] test

2011-09-29 Thread Victor Semionov
New submission from Victor Semionov vsemio...@gmail.com: ignore me -- components: IO, Interpreter Core files: backtrace messages: 144651 nosy: vsemionov priority: normal severity: normal status: open title: test type: crash versions: Python 3.2 Added file: http://bugs.python.org

[issue13067] test

2011-09-29 Thread Victor Semionov
Changes by Victor Semionov vsemio...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13067 ___ ___ Python-bugs

[issue13068] test

2011-09-29 Thread Victor Semionov
New submission from Victor Semionov vsemio...@gmail.com: ignore me -- messages: 144654 nosy: vsemionov priority: normal severity: normal status: open title: test type: crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13068

[issue13068] test

2011-09-29 Thread Victor Semionov
Changes by Victor Semionov vsemio...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13068 ___ ___ Python-bugs

[issue13070] segmentation fault in pure-python multi-threaded server

2011-09-29 Thread Victor Semionov
New submission from Victor Semionov vsemio...@gmail.com: Hello, I'm developing a multi-threaded TCP server and have been seeing segmentation faults on 3.2 on Linux and 3.2.2 on Windows. This happens when using only pure-Python libraries, so I believe the problem is in the interpreter