cpython/Misc/NEWS.d/next
Serhiy Storchaka f545fc955a
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
For example: tuple[*Ts, list[T]][int, str, bool]
2022-05-31 08:46:16 +03:00
..
Build GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215) 2022-05-27 13:30:45 +02:00
C API gh-92898: Enhance _testcppext test on cast to PyObject* (#93111) 2022-05-27 01:12:39 +02:00
Core and Builtins gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346) 2022-05-31 08:46:16 +03:00
Documentation bpo-42272: fix misleading warning filter message/module docs (#23172) 2022-05-30 03:43:32 +02:00
IDLE Python 3.11.0a6 2022-03-07 12:32:18 +00:00
Library bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205) 2022-05-28 20:25:51 -07:00
Security Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Tests gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92718) 2022-05-19 11:17:44 +02:00
Tools-Demos Python 3.11.0b1 2022-05-06 23:53:50 +01:00
Windows gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489) 2022-05-22 18:54:24 -07:00
macOS Python 3.11.0b1 2022-05-06 23:53:50 +01:00