mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
This commit is contained in:
parent
edbee56d69
commit
0d9b565e62
7 changed files with 25 additions and 13 deletions
|
@ -15,8 +15,9 @@
|
|||
/* End includes */
|
||||
|
||||
/* Empty initializer for deepfrozen modules */
|
||||
void _Py_Deepfreeze_Init(void)
|
||||
int _Py_Deepfreeze_Init(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
/* Empty finalizer for deepfrozen modules */
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue