cpython/Misc/NEWS.d/next
Irit Katriel 2e0760bb2e
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633)
This can happen when a file was edited after it was imported.
2020-12-04 23:22:03 +02:00
..
Build bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) 2020-11-28 14:14:16 -08:00
C API Fix an error in the news entry for _posixsubprocess multiphase init (GH-23516) 2020-11-28 13:46:30 -08:00
Core and Builtins bpo-42246: Make sure that line number is correct after a return, as required by PEP 626 (GH-23495) 2020-12-02 13:31:40 +00:00
Documentation bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313) 2020-11-25 10:18:00 +01:00
IDLE bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447) 2020-11-22 00:06:51 -05:00
Library bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) 2020-12-04 23:22:03 +02:00
Security bpo-40791: Make compare_digest more constant-time. (GH-20444) 2020-11-21 00:55:23 -08:00
Tests bpo-31904: fix test_doctest.py failures for VxWorks (GH-23419) 2020-12-04 12:19:32 -08:00
Tools-Demos bpo-42212: smelly.py also checks the dynamic library (GH-23423) 2020-11-24 13:38:08 +01:00
Windows
macOS bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) 2020-12-02 22:20:18 -05:00