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.

作者 skrah
收信人 Arfrever, larry, lemburg, mark.dickinson, rhettinger, skrah
日期 2013-10-18.09:39:55
SpamBayes Score -1.0
Marked as misclassified
Message-id <20131018093956.GA8774@sleipnir.bytereef.org>
In-reply-to <52604D2E.4080806@egenix.com>
内容
I believe you, but I'd like to understand why. :)

It seems to me that a module and also PyInit_xxx() can be loaded portably.
Say the handles to the module are cached somewhere after loading and
initializing.  I think this already happens in Python/dynload_shlib.c.

Why can't another module use a slightly modified form of _PyImport_GetDynLoadFunc()
to get any non-static function apart from PyInit_xxx() by re-using the cached
handle?
历史
日期 用户 动作 参数
2013-10-18 09:39:56skrah修改recipients: + skrah, lemburg, rhettinger, mark.dickinson, larry, Arfrever
2013-10-18 09:39:56skrah链接issue15237 messages
2013-10-18 09:39:55skrah创建