mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove more remnants of deepfreeze (#118159)
This commit is contained in:
parent
8974a63f5e
commit
4c7bfdff90
5 changed files with 0 additions and 29 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue