Skip to content

Commit 0ce5768

Browse files
committed
[atheris] Update to 3.1.0
1 parent cc36aca commit 0ce5768

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

stubs/atheris/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.0.*"
1+
version = "3.1.*"
22
upstream-repository = "https://github.com/google/atheris"
33
partial-stub = true
44

stubs/atheris/atheris/version_dependent.pyi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ class ExceptionTable:
2525
def __eq__(self, other: object) -> bool: ...
2626

2727
def generate_exceptiontable(original_code: types.CodeType, exception_table_entries: list[ExceptionTableEntry]) -> bytes: ...
28+
29+
CONST_PUSH_INSTRS: Final[set[str]]
30+
31+
def is_func_start_resume(opname: str, arg: int | None) -> bool: ...
32+
def has_argument(op: int) -> bool: ...

0 commit comments

Comments
 (0)