-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from python:main #66
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
Conversation
Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Peter Bierma <[email protected]>
Co-authored-by: Tomas R. <[email protected]>
Reviewer's Guide by SourceryThis pull request includes several enhancements and fixes across different parts of the CPython project. It refactors the Updated class diagram for types moduleclassDiagram
class types {
FunctionType
LambdaType
CodeType
MappingProxyType
SimpleNamespace
CellType
GeneratorType
CoroutineType
AsyncGeneratorType
MethodType
BuiltinFunctionType
BuiltinMethodType
WrapperDescriptorType
MethodWrapperType
MethodDescriptorType
ClassMethodDescriptorType
ModuleType
TracebackType
FrameType
GetSetDescriptorType
MemberDescriptorType
GenericAlias
UnionType
EllipsisType
NoneType
NotImplementedType
CapsuleType
}
note for types "Refactored types module with better structure and error handling."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
Refactor the types module to improve type handling and module structure, with changes to both Python and C implementations
New Features:
Enhancements:
Tests:
Chores:
📚 Documentation preview 📚: https://cpython-previews--66.org.readthedocs.build/