From bce46f28de392862d5c6c3b185d844ee7c623be3 Mon Sep 17 00:00:00 2001 From: shadchin Date: Tue, 3 Feb 2026 21:59:07 +0300 Subject: Import Python 3.13.11 commit_hash:bbb53cefb159aa3e7afaa475fd19d5a03b66945f --- contrib/tools/python3/Programs/_bootstrap_python.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'contrib/tools/python3/Programs/_bootstrap_python.c') diff --git a/contrib/tools/python3/Programs/_bootstrap_python.c b/contrib/tools/python3/Programs/_bootstrap_python.c index 6c388fc7033..6443d814a22 100644 --- a/contrib/tools/python3/Programs/_bootstrap_python.c +++ b/contrib/tools/python3/Programs/_bootstrap_python.c @@ -15,19 +15,6 @@ #include "Python/frozen_modules/zipimport.h" /* End includes */ -uint32_t _Py_next_func_version = 1; - -/* Empty initializer for deepfrozen modules */ -int _Py_Deepfreeze_Init(void) -{ - return 0; -} -/* Empty finalizer for deepfrozen modules */ -void -_Py_Deepfreeze_Fini(void) -{ -} - /* Note that a negative size indicates a package. */ static const struct _frozen bootstrap_modules[] = { -- cgit v1.3