Bernát Gábor
f906522a4e
gh-150886: Remove unused importlib._bootstrap._object_name ( #150884 )
...
Introduced in GH-23469 (bpo-26131, "Deprecate usage of load_module()")
to render an object's qualified name inside the load_module()
deprecation warnings.
Orphaned by gh-142205 (GH-97850, "Remove all uses and definitions of
load_module() from importlib"), which deleted the warning-building call
sites f"{_object_name(spec.loader)}.exec_module() not found; ..." and
left the helper with no caller.
A word-boundary search across Lib, Modules, Python, Objects and Include
finds zero references outside its own definition, and a GitHub code
search finds no downstream importers. The frozen importlib was
regenerated; importlib._bootstrap._object_name no longer exists at
runtime and the full test_importlib suite passes.
2026-06-04 20:08:58 +00:00
..
2026-05-05 01:36:43 +00:00
2026-05-29 15:24:58 +05:30
2026-04-14 23:29:41 -05:00
2026-05-24 15:03:22 +03:00
2026-05-15 14:29:26 +00:00
2026-05-24 15:02:12 +03:00
2026-06-02 11:02:19 -04:00
2026-05-26 19:40:25 +00:00
2026-05-31 20:28:02 +01:00
2026-05-14 23:10:39 +02:00
2026-04-12 10:06:41 -07:00
2026-06-04 20:08:58 +00:00
2026-05-29 22:53:21 +03:00
2026-06-04 17:15:12 +01:00
2026-05-19 00:45:35 +02:00
2026-05-18 23:00:27 +00:00
2026-05-23 08:31:26 -04:00
2026-05-07 16:26:31 +03:00
2026-02-15 17:43:39 -08:00
2026-05-04 22:23:18 +00:00
2026-05-25 13:30:07 +01:00
2026-06-04 13:50:33 +00:00
2026-02-25 10:34:00 +02:00
2026-05-12 08:40:51 +00:00
2026-04-06 09:42:10 -07:00
2026-05-21 08:38:07 +01:00
2026-05-07 23:39:08 +03:00
2026-05-26 18:32:13 +02:00
2026-03-06 13:22:21 +01:00
2026-05-30 00:04:50 +03:00
2026-05-27 17:56:38 +00:00
2026-04-04 13:29:17 +01:00
2026-02-03 16:37:34 +08:00
2026-03-09 10:37:23 -07:00
2026-05-25 07:33:54 +00:00
2026-05-04 15:14:57 +03:00
2026-02-12 00:15:33 +00:00
2026-05-05 15:19:16 +01:00
2026-02-24 22:52:02 +00:00
2026-05-03 09:35:47 +00:00
2026-05-24 15:02:32 +03:00
2026-05-24 15:02:21 +03:00
2026-05-25 22:56:27 +02:00
2026-04-14 17:15:27 -07:00
2026-05-31 07:26:52 +00:00
2026-05-08 07:48:15 +03:00
2026-05-11 15:28:23 +00:00
2026-05-18 11:20:49 -07:00
2026-05-12 22:46:46 +03:00
2026-05-04 22:23:18 +00:00
2026-05-04 22:23:18 +00:00
2026-05-26 19:40:25 +00:00
2026-05-04 22:23:18 +00:00
2026-04-14 00:32:54 +02:00
2026-04-28 05:26:38 +00:00
2026-02-21 15:30:40 +00:00
2026-05-18 19:55:47 -04:00
2026-05-22 23:22:03 +03:00
2026-06-01 17:52:40 +01:00
2026-05-06 16:07:43 +00:00
2026-06-04 12:58:20 -07:00
2026-05-25 10:04:56 +03:00
2026-05-13 17:33:43 +00:00
2026-05-25 07:33:54 +00:00
2026-02-05 22:37:05 +02:00
2026-03-30 11:11:13 +02:00
2026-03-06 10:25:09 +01:00
2026-05-25 07:33:54 +00:00
2026-05-25 07:33:54 +00:00
2026-02-23 12:31:35 -06:00
2026-06-02 16:42:04 -04:00
2026-05-10 15:22:16 -07:00
2026-02-12 00:15:33 +00:00
2026-05-11 17:21:03 +03:00
2026-05-28 08:05:03 -07:00
2026-02-16 14:14:26 +01:00
2026-05-12 13:40:21 +00:00
2026-03-30 22:05:18 +03:00
2026-05-25 07:33:54 +00:00
2026-05-21 15:54:46 +01:00
2026-03-06 10:25:09 +01:00
2026-05-24 15:04:01 +03:00
2026-05-05 21:22:58 -07:00
2026-05-04 22:23:18 +00:00
2026-05-04 22:23:18 +00:00
2026-05-03 17:17:29 +00:00
2026-05-04 22:23:18 +00:00
2026-03-31 15:45:23 +03:00
2026-02-05 22:37:05 +02:00
2026-05-22 23:22:03 +03:00
2026-05-04 22:23:18 +00:00
2026-05-15 16:30:40 +00:00
2026-05-04 22:23:18 +00:00
2026-05-10 21:44:59 -04:00
2026-05-02 12:27:23 +10:00
2026-06-04 11:06:02 +02:00
2026-05-30 14:26:03 +00:00
2026-05-15 21:32:10 +02:00
2026-06-01 18:43:18 -07:00
2026-04-08 17:46:25 -04:00
2026-05-06 19:52:23 +02:00
2026-05-25 22:32:37 +02:00
2026-05-01 22:54:24 -05:00
2026-04-27 00:40:20 +00:00
2026-05-09 08:33:09 +00:00
2026-05-30 09:23:50 +00:00
2026-02-24 13:05:06 +02:00
2026-05-01 16:31:00 -05:00
2026-05-04 22:23:18 +00:00
2026-05-04 22:23:18 +00:00
2026-05-04 22:23:18 +00:00
2026-05-25 12:45:02 +03:00
2026-05-25 07:33:54 +00:00
2026-06-03 13:35:25 +00:00
2026-05-04 22:23:18 +00:00
2026-04-15 14:21:43 +02:00
2026-02-18 13:17:08 +00:00
2026-05-06 16:56:17 +03:00
2026-05-04 22:23:18 +00:00