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 eryksun
Recipients Alex Shpilkin, RedEyed, doko, eryksun, vstinner
Date 2021-02-16.15:29:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613489364.7.0.111522251919.issue42580@roundup.psfhosted.org>
In-reply-to
Content
Can't there be a library named "libc" with the shared module "liblibc.so"? It seems to me that the _is_elf() function added in issue 41976 is breaking the contract that "[i]f no library can be found, returns None". It's not supposed to leak arbitrary exceptions from the implementation if the library isn't found.
History
Date User Action Args
2021-02-16 15:29:24eryksunsetrecipients: + eryksun, doko, vstinner, Alex Shpilkin, RedEyed
2021-02-16 15:29:24eryksunsetmessageid: <1613489364.7.0.111522251919.issue42580@roundup.psfhosted.org>
2021-02-16 15:29:24eryksunlinkissue42580 messages
2021-02-16 15:29:24eryksuncreate