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
0d5dd686
Kaydet (Commit)
0d5dd686
authored
Tem 15, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Python.h: Don't attempt to redefine NDEBUG if it's already defined.
Others: Remove redundant includes of assert.h.
üst
b2c075be
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
4 deletions
+2
-4
Python.h
Include/Python.h
+2
-0
mpzmodule.c
Modules/mpzmodule.c
+0
-1
regexpr.c
Modules/regexpr.c
+0
-1
longobject.c
Objects/longobject.c
+0
-1
import_nt.c
PC/import_nt.c
+0
-1
No files found.
Include/Python.h
Dosyayı görüntüle @
0d5dd686
...
@@ -51,8 +51,10 @@
...
@@ -51,8 +51,10 @@
#endif
#endif
#ifndef Py_DEBUG
#ifndef Py_DEBUG
#ifndef NDEBUG
#define NDEBUG 1
#define NDEBUG 1
#endif
#endif
#endif
#include <assert.h>
#include <assert.h>
#include "pyport.h"
#include "pyport.h"
...
...
Modules/mpzmodule.c
Dosyayı görüntüle @
0d5dd686
...
@@ -12,7 +12,6 @@
...
@@ -12,7 +12,6 @@
#include "Python.h"
#include "Python.h"
#include <assert.h>
#include <sys/types.h>
/* For size_t */
#include <sys/types.h>
/* For size_t */
/*
/*
...
...
Modules/regexpr.c
Dosyayı görüntüle @
0d5dd686
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
#include "Python.h"
#include "Python.h"
#include "regexpr.h"
#include "regexpr.h"
#include <assert.h>
/* The original code blithely assumed that sizeof(short) == 2. Not
/* The original code blithely assumed that sizeof(short) == 2. Not
* always true. Original instances of "(short)x" were replaced by
* always true. Original instances of "(short)x" were replaced by
...
...
Objects/longobject.c
Dosyayı görüntüle @
0d5dd686
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
#include "Python.h"
#include "Python.h"
#include "longintrepr.h"
#include "longintrepr.h"
#include <assert.h>
#include <ctype.h>
#include <ctype.h>
#define ABS(x) ((x) < 0 ? -(x) : (x))
#define ABS(x) ((x) < 0 ? -(x) : (x))
...
...
PC/import_nt.c
Dosyayı görüntüle @
0d5dd686
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
#include "Python.h"
#include "Python.h"
#include "osdefs.h"
#include "osdefs.h"
#include <assert.h>
#include <windows.h>
#include <windows.h>
#include "importdl.h"
#include "importdl.h"
#include "malloc.h"
/* for alloca */
#include "malloc.h"
/* for alloca */
...
...
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