Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/atheris/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.0.*"
version = "3.1.*"
upstream-repository = "https://github.com/google/atheris"
partial-stub = true

Expand Down
5 changes: 5 additions & 0 deletions stubs/atheris/atheris/version_dependent.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ class ExceptionTable:
def __eq__(self, other: object) -> bool: ...

def generate_exceptiontable(original_code: types.CodeType, exception_table_entries: list[ExceptionTableEntry]) -> bytes: ...

CONST_PUSH_INSTRS: Final[set[str]]

def is_func_start_resume(opname: str, arg: int | None) -> bool: ...
def has_argument(op: int) -> bool: ...
Loading