-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Labels
emitter:client:pythonIssue for the Python client emitter: @typespec/http-client-pythonIssue for the Python client emitter: @typespec/http-client-python
Description
For
typespec/packages/http-client-python/generator/pygen/codegen/serializers/import_serializer.py
Line 79 in 266f99c
| file_import_copy = deepcopy(self.file_import) |
deepcopy is very cost operation, we may be able to optimize performance if we could remove the deepcopy operation.Metadata
Metadata
Assignees
Labels
emitter:client:pythonIssue for the Python client emitter: @typespec/http-client-pythonIssue for the Python client emitter: @typespec/http-client-python