mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
Remove more remnants of deepfreeze (#118159)
This commit is contained in:
@@ -15,17 +15,6 @@
|
||||
#include "Python/frozen_modules/zipimport.h"
|
||||
/* End includes */
|
||||
|
||||
/* 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[] = {
|
||||
|
||||
@@ -22,17 +22,6 @@
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* Empty initializer for deepfrozen modules */
|
||||
int _Py_Deepfreeze_Init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
/* Empty finalizer for deepfrozen modules */
|
||||
void
|
||||
_Py_Deepfreeze_Fini(void)
|
||||
{
|
||||
}
|
||||
|
||||
/* To avoid a circular dependency on frozen.o, we create our own structure
|
||||
of frozen modules instead, left deliberately blank so as to avoid
|
||||
unintentional import of a stale version of _frozen_importlib. */
|
||||
|
||||
Reference in New Issue
Block a user