mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Remove unused imports in files: * initconfig.c * main.c * preconfig.h * pylifecycle.c * python.c * pythonrun.c
This commit is contained in:
parent
361dcdcefc
commit
4f98f465f1
6 changed files with 59 additions and 71 deletions
|
@ -1,7 +1,6 @@
|
|||
/* Minimal main program -- everything is loaded from the library */
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_pylifecycle.h"
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue