|
|
|
@ -29,6 +29,9 @@ Core and Builtins |
|
|
|
- Issue #27506: Support passing the bytes/bytearray.translate() "delete" |
|
|
|
argument by keyword. |
|
|
|
|
|
|
|
- Issue #27812: Properly clear out a generator's frame's backreference to the |
|
|
|
generator to prevent crashes in frame.clear(). |
|
|
|
|
|
|
|
- Issue #27811: Fix a crash when a coroutine that has not been awaited is |
|
|
|
finalized with warnings-as-errors enabled. |
|
|
|
|
|
|
|
|