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
d38b9c4a
Commit
d38b9c4a
authored
Mar 24, 2016
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few typos
parent
60f44cac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Misc/NEWS
Misc/NEWS
+3
-3
No files found.
Misc/NEWS
View file @
d38b9c4a
...
...
@@ -28,10 +28,10 @@ Core and Builtins
:c:func:`PyObject_Malloc` now detect when functions are called without
holding the GIL.
- Issue #26516: Add :envvar`PYTHONMALLOC` environment variable to set the
- Issue #26516: Add :envvar
:
`PYTHONMALLOC` environment variable to set the
Python memory allocators and/or install debug hooks.
- Issue #26516: The :c:func`PyMem_SetupDebugHooks` function can now also be
- Issue #26516: The :c:func
:
`PyMem_SetupDebugHooks` function can now also be
used on Python compiled in release mode.
- Issue #26516: The :envvar:`PYTHONMALLOCSTATS` environment variable can now
...
...
@@ -238,7 +238,7 @@ Library
``
None
``).
-
Issue
#
21925
:
:
func
:`
warnings
.
formatwarning
`
now
catches
exceptions
when
calling
:
func
;
`
linecache
.
getline
`
and
calling
:
func
:
`
linecache
.
getline
`
and
:
func
:`
tracemalloc
.
get_object_traceback
`
to
be
able
to
log
:
exc
:`
ResourceWarning
`
emitted
late
during
the
Python
shutdown
process
.
...
...
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