Message 349739 - Python tracker

Message349739

Author reimar
Recipients MrAnno, doko, ericvw, pablogsal, reimar, vstinner
Date 2019-08-14.19:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565809866.31.0.451557593469.issue36753@roundup.psfhosted.org>
In-reply-to
Content
I guess one way this could be "solved" would be by libpython doing a dlopen on itself with RTLD_GLOBAL on Python initialization.
I wouldn't bet that that wouldn't end up with some very interesting unintended consequences as well though.
History
Date User Action Args
2019-08-14 19:11:06reimarsetrecipients: + reimar, doko, vstinner, ericvw, pablogsal, MrAnno
2019-08-14 19:11:06reimarsetmessageid: <1565809866.31.0.451557593469.issue36753@roundup.psfhosted.org>
2019-08-14 19:11:06reimarlinkissue36753 messages
2019-08-14 19:11:06reimarcreate