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
f3bf35ee
Kaydet (Commit)
f3bf35ee
authored
Kas 20, 2013
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #16632: Enable DEP and ASLR on Windows.
üst
552e6c72
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
NEWS
Misc/NEWS
+2
-0
pyproject.props
PCbuild/pyproject.props
+2
-3
No files found.
Misc/NEWS
Dosyayı görüntüle @
f3bf35ee
...
...
@@ -307,6 +307,8 @@ Tests
Build
-----
- Issue #16632: Enable DEP and ASLR on Windows.
- Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h
- Add workaround for VS 2010 nmake clean issue. VS 2010 doesn'
t
set
up
PATH
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
f3bf35ee
...
...
@@ -49,9 +49,8 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<ProgramDatabaseFile>
$(OutDir)$(TargetName).pdb
</ProgramDatabaseFile>
<SubSystem>
Windows
</SubSystem>
<RandomizedBaseAddress>
false
</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
<RandomizedBaseAddress>
true
</RandomizedBaseAddress>
<DataExecutionPrevention>
true
</DataExecutionPrevention>
<TargetMachine>
MachineX86
</TargetMachine>
</Link>
<ResourceCompile>
...
...
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