- 12 Nov, 2016 9 commits
-
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Raymond Hettinger authored
-
- 11 Nov, 2016 17 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
(e.g. on Android).
-
Serhiy Storchaka authored
(e.g. on Android).
-
Serhiy Storchaka authored
(e.g. on Android).
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
When Python is not compiled with PGO, the performance of Python on call_simple and call_method microbenchmarks depend highly on the code placement. In the worst case, the performance slowdown can be up to 70%. The GCC __attribute__((hot)) attribute helps to keep hot code close to reduce the risk of such major slowdown. This attribute is ignored when Python is compiled with PGO. The following functions are considered as hot according to statistics collected by perf record/perf report: * _PyEval_EvalFrameDefault() * call_function() * _PyFunction_FastCall() * PyFrame_New() * frame_dealloc() * PyErr_Occurred()
-
Victor Stinner authored
It seems like _PyThreadState_UncheckedGet() is not inlined as expected, even when using gcc -O3.
-
- 10 Nov, 2016 12 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Pranskevichus.
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Pranskevichus.
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Pranskevichus.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 09 Nov, 2016 2 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-