Message365044
The folowing test is enough to reproduce the leak:
def test_ids_global(self):
interp1 = interpreters.create()
script, rpipe = _captured_script("pass")
interpreters.run_string(interp1, script)
rpipe.close()
interp2 = interpreters.create()
script, rpipe = _captured_script("pass")
interpreters.run_string(interp2, script)
rpipe.close() |
|
Date |
User |
Action |
Args |
2020-03-26 01:36:23 | vstinner | set | recipients:
+ vstinner, phsilva |
2020-03-26 01:36:23 | vstinner | set | messageid: <1585186583.46.0.874084932961.issue40071@roundup.psfhosted.org> |
2020-03-26 01:36:23 | vstinner | link | issue40071 messages |
2020-03-26 01:36:23 | vstinner | create | |
|