Changes between Initial Version and Version 3 of Ticket #34482


Ignore:
Timestamp:
Apr 11, 2023, 2:00:46 PM (13 months ago)
Author:
Anvesh Mishra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34482

    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • 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`.
     1Trying to access the non-picklable attributes of `HttpRequest` and `HttpResponse`object after shallow copy leads to an `AttributeError`.
    22Example:
    33
Back to Top