Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b3b7d859
Kaydet (Commit)
b3b7d859
authored
Ock 11, 2009
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #4279: Fix build of parsermodule under Cygwin.
üst
14aa4599
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
NEWS
Misc/NEWS
+2
-0
printgrammar.c
Parser/printgrammar.c
+1
-0
graminit.c
Python/graminit.c
+1
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
b3b7d859
...
...
@@ -331,6 +331,8 @@ C-API
Extension Modules
-----------------
- Issue #4279: Fix build of parsermodule under Cygwin.
- Issue #4051: Prevent conflict of UNICODE macros in cPickle.
- Issue #4228: Pack negative values the same way as 2.4 in struct's L format.
...
...
Parser/printgrammar.c
Dosyayı görüntüle @
b3b7d859
...
...
@@ -16,6 +16,7 @@ printgrammar(grammar *g, FILE *fp)
fprintf
(
fp
,
"/* Generated by Parser/pgen */
\n\n
"
);
fprintf
(
fp
,
"#include
\"
pgenheaders.h
\"\n
"
);
fprintf
(
fp
,
"#include
\"
grammar.h
\"\n
"
);
fprintf
(
fp
,
"PyAPI_DATA(grammar) _PyParser_Grammar;
\n
"
);
printdfas
(
g
,
fp
);
printlabels
(
g
,
fp
);
fprintf
(
fp
,
"grammar _PyParser_Grammar = {
\n
"
);
...
...
Python/graminit.c
Dosyayı görüntüle @
b3b7d859
...
...
@@ -2,6 +2,7 @@
#include "pgenheaders.h"
#include "grammar.h"
PyAPI_DATA
(
grammar
)
_PyParser_Grammar
;
static
arc
arcs_0_0
[
3
]
=
{
{
2
,
1
},
{
3
,
1
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment