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 beng94
Recipients Hernan.Grecco, beng94, martin.panter
Date 2016-02-20.22:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
What do you think about this regex?

'(lib%s\.[^\s]+\s\(%s(?:\)|,\s.*\))\s=>\s.*)' % (re.escape(name), abi_type))

It works on 64 bit, just like before, but I could not test it on 32 bit. I'll add tests soon.

I looked for documentation on ldconfig, but could not find anything useful.
History
Date User Action Args
2016-02-20 22:47:49beng94setrecipients: + beng94, martin.panter, Hernan.Grecco
2016-02-20 22:47:49beng94setmessageid: <[email protected]>
2016-02-20 22:47:49beng94linkissue21042 messages
2016-02-20 22:47:49beng94create