mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
This commit is contained in:
parent
00cf626cd4
commit
15d4c9fabc
15 changed files with 50 additions and 86 deletions
|
@ -15,8 +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)
|
||||
{
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
uint32_t _Py_next_func_version = 1;
|
||||
|
||||
/* Empty initializer for deepfrozen modules */
|
||||
int _Py_Deepfreeze_Init(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue