From 0f007fe009dde43a3a85aacee12cd51cd603bd1c Mon Sep 17 00:00:00 2001 From: Hillery Shay Date: Tue, 28 Sep 2021 09:13:23 -0700 Subject: Update utility code to handle C implementations of frozendict (#10902) * update _handle_frozendict to work with c implementations of frozen dict * add changelog * add clarifying comment to _handle_frozendict --- changelog.d/10902.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10902.misc (limited to 'changelog.d/10902.misc') diff --git a/changelog.d/10902.misc b/changelog.d/10902.misc new file mode 100644 index 0000000000..2cd79887f6 --- /dev/null +++ b/changelog.d/10902.misc @@ -0,0 +1 @@ +Update utility code to handle C implementations of frozendict. \ No newline at end of file -- cgit 1.5.1