Merge 3.5

This commit is contained in:
Victor Stinner 2016-04-20 18:23:59 +02:00
commit b4faa8ef93

View file

@ -1065,8 +1065,8 @@ Windows
Tools/Demos Tools/Demos
----------- -----------
- Issue #26799: Fix python-gdb.py: don't get once C types when the Python code - Issue #26799: Fix python-gdb.py: don't get C types once when the Python code
is loaded, but get C types on demande. The C types can change if is loaded, but get C types on demand. The C types can change if
python-gdb.py is loaded before the Python executable. Patch written by Thomas python-gdb.py is loaded before the Python executable. Patch written by Thomas
Ilsche. Ilsche.