[issue23402] dynload_shlib does not close ldl handles when the interpreter is shut down

2018-05-16 Thread Eric Snow
Change by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___

[issue23402] dynload_shlib does not close ldl handles when the interpreter is shut down

2017-02-08 Thread Super Bo
Super Bo added the comment: I think dynload_unload_all() should be called in PyImport_Cleanup() function. -- nosy: +Super Bo ___ Python tracker ___

[issue23402] dynload_shlib does not close ldl handles when the interpreter is shut down

2015-02-06 Thread Adam
New submission from Adam: I think dynload_shlib (and maybe some of the other non-ldl dynamic library loaders?) should close the libraries when the interpreter is shut down. Currently the handles are not ever closed and in ldl's case sometimes leaked. The reason I desire this behavior is I