Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix typo
  • Loading branch information
zhangyangyu committed Feb 16, 2017
commit fda38aa9bb9be2c8bcc0fd8231e35c289ed39bd1
2 changes: 1 addition & 1 deletion Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------

- bpo-29347: Fixed possibly dereferencing underfined pointers
- bpo-29347: Fixed possibly dereferencing undefined pointers
when creating weakref objects.

- bpo-29438: Fixed use-after-free problem in key sharing dict.
Expand Down