Skip to content
Merged
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/cffi/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.0.*"
version = "2.1.*"
upstream-repository = "https://github.com/python-cffi/cffi/"
dependencies = ["types-setuptools"]

Expand Down
1 change: 1 addition & 0 deletions stubs/cffi/cffi/gen_src.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Entry point for `python -m cffi.gen_src`; the implementation lives in the private module `cffi._cffi_gen_src`
3 changes: 2 additions & 1 deletion stubs/cffi/cffi/recompiler.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ from .error import VerificationError as VerificationError
VERSION_BASE: Final = 9729
VERSION_EMBEDDED: Final = 9985
VERSION_CHAR16CHAR32: Final = 10241
USE_LIMITED_API: Final = True
FREE_THREADED_BUILD: Final[int | None]
USE_LIMITED_API: Final[bool]

class GlobalExpr:
name: Incomplete
Expand Down