Message374074
| Author |
constantmarks |
| Recipients |
constantmarks |
| Date |
2020年07月21日.17:09:20 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1595351360.26.0.0463175809492.issue41362@roundup.psfhosted.org> |
| In-reply-to |
| Content |
When calling `build.bat -d --regen' the graminit.c and graminit.h files are not generated with the following warnings:
Time Elapsed 00:02:49.06
Killing any running python_d.exe instances...
Getting build info from "C:\Program Files\Git\cmd\git.exe"
Building heads/3.9-dirty:9e84a2c424 3.9
pythoncore.vcxproj -> C:\Users\crm0376\source\repos\cpython\PCbuild\win32\python39_d.dll
C:\Users\crm0376\source\repos\cpython\Parser\pgen\__main__.py:43: ResourceWarning: unclosed file <_io.TextIOWrapper name='C:\\Users\\crm0376\\source\\repos\\cpython\\PCbuild\\obj\39円win32_Debug\\regen\\graminit.h' mode='w' encoding='cp
1252'>
main()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
C:\Users\crm0376\source\repos\cpython\Parser\pgen\__main__.py:43: ResourceWarning: unclosed file <_io.TextIOWrapper name='C:\\Users\\crm0376\\source\\repos\\cpython\\PCbuild\\obj\39円win32_Debug\\regen\\graminit.c' mode='w' encoding='cp
1252'>
main()
ResourceWarning: Enable tracemalloc to get the object allocation traceback |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2020年07月21日 17:09:20 | constantmarks | set | recipients:
+ constantmarks |
| 2020年07月21日 17:09:20 | constantmarks | set | messageid: <1595351360.26.0.0463175809492.issue41362@roundup.psfhosted.org> |
| 2020年07月21日 17:09:20 | constantmarks | link | issue41362 messages |
| 2020年07月21日 17:09:20 | constantmarks | create |
|