New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add _threading_local.local.__delattr__ back to the stub
#8526
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
According to mypy_primer, this change has no effect on the checked open source code. |
Merged
srittau
approved these changes
Aug 15, 2022
kkirsche
added a commit
to kkirsche/typeshed
that referenced
this issue
Aug 18, 2022
* master: (51 commits) Update pytype_test to be compatible with the latest pytype version. (python#8551) Normalise use of `Never` vs `NoReturn` (python#8549) Add stubs for tree-sitter-languages (python#8548) Add SAFE_RESTARTABLE strategy to ldap3 Connection client_strategy parameter (python#8547) Add stubs for tree_sitter (python#8533) Additional return types for psycopg2 connections (python#8528) fpdf2: fix for 2.5.6 changes (python#8546) cryptography: Rename parameter of serialize_key_and_certificates (python#8543) Add `_threading_local.local.__delattr__` back to the stub (python#8526) Fix `UDPServer` to correctly inherit from `TCPServer` (python#8542) Upgrade pyright (python#8541) Add "Naming convention" to `test_cases/README.md` (python#8521) Improve `.keys()`, `.values()`, `.items()` methods for `TypedDict`s (python#8532) setuptools: fix stubtest (python#8540) Annotate Model in SQLAlchemy (python#8535) Unpin stubtest from 3.10.5 (python#8523) [stubsabot] Bump setuptools to 64.0.* (python#8534) Add `@type_check_only` to two fictional classes in `builtins.pyi` (python#8531) Enable flake8-pyi's Y034 check in `stdlib/typing.pyi` (python#8530) setuptools: delete _distutils.command.check.HAS_DOCUTILS (python#8529) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Closes #8504