This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pierreglaser
Recipients pablogsal, pierreglaser, pitrou, xtreak
Date 2019-05-13.10:47:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557744433.0.0.690762720297.issue36867@roundup.psfhosted.org>
In-reply-to
Content
Actually, I was properly unlinking the shared_memory segments. The warning messages are due to bad interactions between the ResourceTracker and the SharedMemoryManager object. In this particular case, it's easy to change a little bit the  problematic test to avoid the warnings. I will focus on solving those bad interactions right after.
History
Date User Action Args
2019-05-13 10:47:13pierreglasersetrecipients: + pierreglaser, pitrou, pablogsal, xtreak
2019-05-13 10:47:12pierreglasersetmessageid: <1557744433.0.0.690762720297.issue36867@roundup.psfhosted.org>
2019-05-13 10:47:12pierreglaserlinkissue36867 messages
2019-05-13 10:47:12pierreglasercreate