]> granicus.if.org Git - python/commit
Fix for 838140: don't call NSUnlinkModule when we fail to find our
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 15 Jul 2004 22:28:48 +0000 (22:28 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 15 Jul 2004 22:28:48 +0000 (22:28 +0000)
commite4979782017e2a436c7f5634cb7347a420157ec5
tree5d55fac802df0acfc6b9555a6509f838dfb764b8
parentad1654e03aca95f8d5cad75ad377c3b67cb73f91
Fix for 838140: don't call NSUnlinkModule when we fail to find our
expected entrypoint. The unlinking will crash the application if the
module contained ObjC code. The price of this is small: a little wasted
memory, and only in a case than isn't expected to occur often.
Python/dynload_next.c