Go to file
Charalampos Stratakis 620353def6 Build Python with -fno-semantic-interposition
The compiler flag has been added to CFLAGS_NODIST and
LDFLAGS_NODIST. This will compile the core interpreter
and the stdlib modules with -fno-semantic-interposition
but will not affect user build and rpm C extension modules
compiled by distutils.

This has the effect of speeding up the interpreter up to
27%, depending on the workload, with the drawback of disabling
the capability of using LD_PRELOAD to override symbols in
libpython.

https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup
2019-12-04 16:36:18 +01:00
tests Fedora CI: Update the test machine before testing 2019-11-28 02:44:22 +01:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00001-rpath.patch Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
00102-lib64.patch Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
00111-no-static-lib.patch Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
00189-use-rpm-wheels.patch Fix incorrectly rebased RPM wheels patch 2019-11-26 01:08:45 +01:00
00251-change-user-install-location.patch Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
00274-fix-arch-names.patch Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
00328-pyc-timestamp-invalidation-mode.patch Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
check-pyc-timestamps.py Renew check-pyc-timestamps.py 2018-08-17 16:05:13 +02:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
pubkeys.txt Verify upstream sources with GPG 2019-11-20 10:00:34 +01:00
python39.rpmlintrc Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00
python39.spec Build Python with -fno-semantic-interposition 2019-12-04 16:36:18 +01:00
sources Rebased to Python 3.9.0a1 2019-11-25 14:30:40 +01:00