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 vstinner
Recipients fweimer, koobs, vstinner
Date 2019-04-23.14:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556029542.0.0.66394129099.issue36659@roundup.psfhosted.org>
In-reply-to
Content
> Since 2010, the Fedora packages of Python are using a patch on distutils UnixCCompiler to remove standard library path from rpath. The patch has been written by David Malcolm for Python 2.6.4: https://src.fedoraproject.org/rpms/python2/c/f5df1f834310948b32407933e3b8713e1121105b

Hum, in fact the initial patch author is: Ignacio Vazquez-Abrams.

The commit message says:

"fixup distutils/unixccompiler.py to remove standard library path from rpath (patch 17)"

the specfile contains this comment:

# Fixup distutils/unixccompiler.py to remove standard library path from rpath:
# Adapted from Patch0 in ivazquez' python3000 specfile, removing usage of
# super() as it's an old-style class

"ivazquez" is Ignacio Vazquez-Abrams who wrote an early version of the Python 3 specfile for Fedora and the rpath patch, but he stopped to contribute to Fedora around 2006. David Malcolm wrote the final specfile using Ignacio's patch.
History
Date User Action Args
2019-04-23 14:25:42vstinnersetrecipients: + vstinner, koobs, fweimer
2019-04-23 14:25:42vstinnersetmessageid: <1556029542.0.0.66394129099.issue36659@roundup.psfhosted.org>
2019-04-23 14:25:41vstinnerlinkissue36659 messages
2019-04-23 14:25:41vstinnercreate