Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5761ed0..4a38b14 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,9 @@
 Library
 -------
 
+- Issue #10811: Fix recursive usage of cursors. Instead of crashing,
+  raise a ProgrammingError now.
+
 - Issue #10881: Fix test_site failure with OS X framework builds.
 
 - Issue #964437 Make IDLE help window non-modal.