File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -226,13 +226,6 @@ os.path
226226 (Contributed by Petr Viktorin for :cve: `2025-4517 `.)
227227
228228
229- types
230- ------
231-
232- * Added :data: `types.FrameLocalsProxyType ` for representing the type of
233- the :attr: `frame.f_locals ` attribute, as determined in :pep: `667 `.
234-
235-
236229shelve
237230------
238231
@@ -285,6 +278,13 @@ tarfile
285278 and :cve: `2025-4435 `.)
286279
287280
281+ types
282+ ------
283+
284+ * Added :data: `types.FrameLocalsProxyType ` for representing the type of
285+ the :attr: `frame.f_locals ` attribute, as determined in :pep: `667 `.
286+
287+
288288zlib
289289----
290290
Original file line number Diff line number Diff line change @@ -5786,6 +5786,7 @@ def test_types_module_has_signatures(self):
57865786 'AsyncGeneratorType' : {'athrow' },
57875787 'CoroutineType' : {'throw' },
57885788 'GeneratorType' : {'throw' },
5789+ 'FrameLocalsProxyType' : {'setdefault' , 'pop' }
57895790 }
57905791 self ._test_module_has_signatures (types ,
57915792 unsupported_signature = unsupported_signature ,
You can’t perform that action at this time.
0 commit comments