mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
This commit is contained in:
parent
a90e92dac8
commit
da8cef40e5
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ const static struct _frozen _PyImport_FrozenModules[] = {
|
|||
const struct _frozen *PyImport_FrozenModules;
|
||||
#endif
|
||||
|
||||
const char header[] = "/* Auto-generated by Modules/_freeze_importlib.c */";
|
||||
const char header[] = "/* Auto-generated by Programs/_freeze_importlib.c */";
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue