mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
fix umlaut
This commit is contained in:
parent
95e5ebe3e3
commit
d50a5d5deb
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Core and Builtins
|
|||
- Issue #4074: Change the criteria for doing a full garbage collection (i.e.
|
||||
collecting the oldest generation) so that allocating lots of objects without
|
||||
destroying them does not show quadratic performance. Based on a proposal by
|
||||
Martin von Löwis at
|
||||
Martin von Löwis at
|
||||
http://mail.python.org/pipermail/python-dev/2008-June/080579.html.
|
||||
|
||||
- Issue #4850: Change COUNT_ALLOCS variables to Py_ssize_t.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue