mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Repeat “when pass” fixes for 3.7 section
This commit is contained in:
parent
446a498a63
commit
35e022b77c
1 changed files with 3 additions and 3 deletions
|
|
@ -270,7 +270,7 @@ Library
|
||||||
WeakValueDictionary.pop() when a GC collection happens in another
|
WeakValueDictionary.pop() when a GC collection happens in another
|
||||||
thread.
|
thread.
|
||||||
|
|
||||||
- Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
|
- Issue #20191: Fixed a crash in resource.prlimit() when passing a sequence that
|
||||||
doesn't own its elements as limits.
|
doesn't own its elements as limits.
|
||||||
|
|
||||||
- Issue #16255: subprocess.Popen uses /system/bin/sh on Android as the shell,
|
- Issue #16255: subprocess.Popen uses /system/bin/sh on Android as the shell,
|
||||||
|
|
@ -444,9 +444,9 @@ Library
|
||||||
Original patch by Oren Milman.
|
Original patch by Oren Milman.
|
||||||
|
|
||||||
- Issue #27358: Optimized merging var-keyword arguments and improved error
|
- Issue #27358: Optimized merging var-keyword arguments and improved error
|
||||||
message when pass a non-mapping as a var-keyword argument.
|
message when passing a non-mapping as a var-keyword argument.
|
||||||
|
|
||||||
- Issue #28257: Improved error message when pass a non-iterable as
|
- Issue #28257: Improved error message when passing a non-iterable as
|
||||||
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
|
a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL.
|
||||||
|
|
||||||
- Issue #28322: Fixed possible crashes when unpickle itertools objects from
|
- Issue #28322: Fixed possible crashes when unpickle itertools objects from
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue