[issue27734] Memory leaks at Python35-32

2016-08-15 Thread Филипп Пономарев
Филипп Пономарев added the comment: And one more thing. Is there python version exist without leaks? Or all of them have those leaks? thank you! -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27734] Memory leaks at Python35-32

2016-08-15 Thread Филипп Пономарев
Филипп Пономарев added the comment: I understand and totally agree, but if u're working on it, can u give me a reference to open issue, or should I use Stefan link? I should report to my сhief :) After that you can close it immideatly. -- status: closed -> o

[issue27734] Memory leaks at Python35-32

2016-08-15 Thread Филипп Пономарев
Филипп Пономарев added the comment: I've exported it in source.def - tstf @1 * thank you* Sorry for my english =) -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27734] Memory leaks at Python35-32

2016-08-15 Thread Филипп Пономарев
New submission from Филипп Пономарев: I've created Win32 app (MFC+ATL) Added includes, added \python35_d.lib runed main.cpp: int main() { int nRetCode = 0; HMODULE hModule = ::GetModuleHandle(nullptr); if (hModule != nullptr) { // initialize MFC and print and error

[issue27734] Memory leaks at Python35-32

2016-08-14 Thread Филипп Пономарев
Филипп Пономарев added the comment: Hmm. Correct me if I'm not right. You agree that you have leaks, but you will not do anything with them until they start repeat in a loop? So I've updated problem. Thnx about nosy, idk. What I want is to use Python API without leaks in my programm

[issue27734] Memory leaks at Python35-32

2016-08-10 Thread Филипп Пономарев
Changes by Филипп Пономарев <qpil...@gmail.com>: -- components: +Windows -2to3 (2.x to 3.x conversion tool) nosy: +paul.moore, steve.dower, tim.golden, zach.ware -Филипп Пономарев type: -> resource usage ___ Python tracker <rep...@bug

[issue27734] Memory leaks at Python35-32

2016-08-10 Thread Филипп Пономарев
Changes by Филипп Пономарев <qpil...@gmail.com>: -- components: 2to3 (2.x to 3.x conversion tool) nosy: Филипп Пономарев priority: normal severity: normal status: open title: Memory leaks at Python35-32 versions: Python 3.5 ___ Python tracke