[issue32759] multiprocessing.Array do not release shared memory

2018-02-03 Thread OO O
OO O added the comment: mp.heap.BufferWrapper._heap = mp.heap.Heap () gc.collect () This is working!! The memory is cleared. Just delete the globe _heap and recreate a new one, but is the the correct way??? -- ___ Python tracker <ht

[issue32759] multiprocessing.Array do not release shared memory

2018-02-03 Thread OO O
Change by OO O : -- versions: +Python 3.5 ___ Python tracker <https://bugs.python.org/issue32759> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32759] multiprocessing.Array do not release shared memory

2018-02-03 Thread OO O
New submission from OO O : OS: Win10 / 8.1 Python: 3.5 / 3.6 My program use mp.Array to share huge data. But suffer from out of memory after running for a while. But Windows task manager didn't show which process use that huge memory. And I use pympler to check my python memory usage.

[issue29162] pyshell.py: name 'sys' is not defined

2017-01-04 Thread OO O
OO O added the comment: to msg284696 - (view): OK~ Sorry I found i forget to install tkinter before I run make. so the "from tkinter import *" failed. ( sys not import ). -- status: open -> closed ___ Python tracker <http:/

[issue29164] make test always fail at 218/405 ( AssertionError: ', ' not found in '1234.5' )

2017-01-04 Thread OO O
New submission from OO O: make test always fail at 218/405 at test_format.py line 426 message: [218/405/1] test test_format failed -- Traceback (most recent call last): File "/home/vm00/Downloads/Python-3.6.0/Lib/test/test_format.py", line 426, in test_locale self.assertIn

[issue29162] pyshell.py: name 'sys' is not defined

2017-01-04 Thread OO O
New submission from OO O: Sorry for my bad English. line 7, 13 at pyshell.py. Call sys befor import sys. Cause name 'sys' is not defined -- assignee: terry.reedy components: IDLE messages: 284684 nosy: OO O, terry.reedy priority: normal severity: normal status: open title: