Changes between Initial Version and Version 3 of Ticket #34482
- Timestamp:
- Apr 11, 2023, 2:00:46 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34482
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary Unable to access non-picklable attributes of HttpRequest and HttpResponse objects after shallow copy. → Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy.
-
Ticket #34482 – Description
initial v3 1 Trying to access the non-picklable attributes of `HttpRequest` object after shallow copy leads to an `AttributeError`.1 Trying to access the non-picklable attributes of `HttpRequest` and `HttpResponse`object after shallow copy leads to an `AttributeError`. 2 2 Example: 3 3