Comment 1 for bug 131019

Revision history for this message
Alexander Belchenko (bialix) wrote :

This could be done either implicitly (by inspecting sys.modules) or explicitly (require that each compiled extension during initialization will register himself in some internal registry). Explicit is better than implicit, but it will cost extra calls.