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

Skip to content

Commit c55f573

Browse files
committed
pgen lives in Parser, not Programs.
Apparently, I can't read.
1 parent 43a8981 commit c55f573

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Programs/_freeze_importlib
3434
Programs/_freeze_importlib.exe
3535
Programs/_testembed
3636
Programs/_testembed.exe
37-
Programs/pgen.exe
3837
PC/python_nt*.h
3938
PC/pythonnt_rc*.h
4039
PC/*/*.exe
@@ -60,6 +59,7 @@ PCbuild/obj/
6059
PCBuild/win32/
6160
.purify
6261
Parser/pgen
62+
Parser/pgen.exe
6363
__pycache__
6464
autom4te.cache
6565
build/

.hgignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Modules/Setup.config
3333
Modules/Setup.local
3434
Modules/config.c
3535
Modules/ld_so_aix$
36-
Parser/pgen$
3736
^lcov-report/
3837
^core
3938
^python-gdb.py
@@ -88,9 +87,9 @@ Tools/unicode/build/
8887
Tools/unicode/MAPPINGS/
8988
BuildLog.htm
9089
__pycache__
90+
Parser/pgen{,.exe}
9191
Programs/_freeze_importlib{,.exe}
9292
Programs/_testembed{,.exe}
93-
Programs/pgen.exe
9493
.coverage
9594
coverage/
9695
externals/

0 commit comments

Comments
 (0)