mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue