Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da8cef4

Browse files
committed
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
1 parent a90e92d commit da8cef4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Programs/_freeze_importlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const static struct _frozen _PyImport_FrozenModules[] = {
2828
const struct _frozen *PyImport_FrozenModules;
2929
#endif
3030

31-
const char header[] = "/* Auto-generated by Modules/_freeze_importlib.c */";
31+
const char header[] = "/* Auto-generated by Programs/_freeze_importlib.c */";
3232

3333
int
3434
main(int argc, char *argv[])

Python/importlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Auto-generated by Modules/_freeze_importlib.c */
1+
/* Auto-generated by Programs/_freeze_importlib.c */
22
const unsigned char _Py_M__importlib[] = {
33
99,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,
44
0,64,0,0,0,115,43,5,0,0,100,0,0,90,0,0,

0 commit comments

Comments
 (0)