﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34482	"Unable to access ""non-picklable"" attributes of empty HttpRequest and HttpResponse objects after shallow copy."	Anvesh Mishra	Anvesh Mishra	"Trying to access the non-picklable attributes of `HttpRequest` and `HttpResponse`object after shallow copy leads to an `AttributeError`.
Example:

{{{
request = HttpRequest()
request_copy = copy(request)
match = request_copy.resolver_match

AttributeError: 'WSGIRequest' object has no attribute 'resolver_match'
}}}"	Bug	assigned	HTTP handling	4.2	Release blocker			Mariusz Felisiak	Accepted	0	0	0	0	1	0
