Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7c12432f
Commit
7c12432f
authored
Feb 22, 2014
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whatsnew: Windows uses VirtualAlloc, --version goes to stdout.
parent
a46ef70b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+9
-0
No files found.
Doc/whatsnew/3.4.rst
View file @
7c12432f
...
...
@@ -1422,6 +1422,7 @@ Other Build and C API Changes
(Contributed by Ysj Ray and Victor Stinner in :issue:`7330`.)
.. _other-improvements-3.4:
Other Improvements
------------------
...
...
@@ -1510,6 +1511,10 @@ Significant Optimizations
* :func:`html.escape` is now 10x faster. (Contributed by Matt Bryant in
:issue:`18020`.)
* On Windows, the native ``VirtualAlloc`` is now used instead of the CRT
``malloc`` in ``obmalloc``. Artificial benchmarks show about a 3% memory
savings.
Deprecated
==========
...
...
@@ -1683,6 +1688,10 @@ Changes in 'python' command behavior
CPython interpreter is now off by default. It can be re-enabled using the
``-X showrefcount`` option. (Contributed by Ezio Melotti in :issue:`17323`.)
* The python command and most stdlib scripts (as well as :mod:`argparse`) now
output ``--version`` information to ``stdout`` instead of ``stderr`` (for
issue list see :ref:`other-improvements-3.4` above).
Changes in the Python API
-------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment