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: <[email protected]> |
| 2020-03-26 01:36:23 | vstinner | link | issue40071 messages |
| 2020-03-26 01:36:23 | vstinner | create | |
|