We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60e667 commit 2e62753Copy full SHA for 2e62753
stubs/greenlet/METADATA.toml
@@ -1,2 +1,2 @@
1
-version = "2.0.*"
+version = "3.0.*"
2
upstream_repository = "https://github.com/python-greenlet/greenlet"
stubs/greenlet/greenlet/_greenlet.pyi
@@ -63,6 +63,10 @@ class greenlet:
63
@staticmethod
64
def settrace(__callback: _TraceCallback | None) -> _TraceCallback | None: ...
65
66
+class UnswitchableGreenlet(greenlet): # undocumented
67
+ force_switch_error: bool
68
+ force_slp_switch_error: bool
69
+
70
def enable_optional_cleanup(__enabled: bool) -> None: ...
71
def get_clocks_used_doing_optional_cleanup() -> int: ...
72
def get_pending_cleanup_count() -> int: ...
0 commit comments