We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1dfd9 commit b2d38dcCopy full SHA for b2d38dc
1 file changed
stdlib/pyexpat/__init__.pyi
@@ -33,7 +33,8 @@ class XMLParserType:
33
# Added in Python 3.10.20, 3.11.15, 3.12.3, 3.13.10, 3.14.1
34
def SetAllocTrackerActivationThreshold(self, threshold: int, /) -> None: ...
35
def SetAllocTrackerMaximumAmplification(self, max_factor: float, /) -> None: ...
36
- if sys.version_info >= (3, 15):
+ if sys.version_info >= (3, 13):
37
+ # Added in Python 3.13.4, 3.14.6
38
def SetBillionLaughsAttackProtectionActivationThreshold(self, threshold: int, /) -> None: ...
39
def SetBillionLaughsAttackProtectionMaximumAmplification(self, max_factor: float, /) -> None: ...
40
0 commit comments