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
2017-12-01 13:57:42 +01:00
2019-11-25 14:30:40 +01:00
2019-11-25 14:30:40 +01:00
2019-11-20 10:00:34 +01:00
2019-11-25 14:30:40 +01:00
2019-11-25 14:30:40 +01:00
Languages
Python 100%