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
ab69eb96
Kaydet (Commit)
ab69eb96
authored
Nis 04, 1996
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added resource-ids for override preferences.
üst
a486a55f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
pythonresources.h
Mac/Include/pythonresources.h
+7
-1
No files found.
Mac/Include/pythonresources.h
Dosyayı görüntüle @
ab69eb96
...
@@ -58,17 +58,23 @@
...
@@ -58,17 +58,23 @@
/*
/*
** The following are valid both in the binary (or shared library)
** The following are valid both in the binary (or shared library)
** and in the Preferences file
** and in the Preferences file.
** For all three the override is tried first, through all current
** resource files. This allows an applet to override standard settings
** by providing a resource of the correct type.
*/
*/
/* The STR# resource for sys.path initialization */
/* The STR# resource for sys.path initialization */
#define PYTHONPATH_ID 128
#define PYTHONPATH_ID 128
#define PYTHONPATHOVERRIDE_ID 129
/* The alis resource for locating the python home directory */
/* The alis resource for locating the python home directory */
#define PYTHONHOME_ID 128
#define PYTHONHOME_ID 128
#define PYTHONHOMEOVERRIDE_ID 129
/* The Python options resource and offset of its members */
/* The Python options resource and offset of its members */
#define PYTHONOPTIONS_ID 128
#define PYTHONOPTIONS_ID 128
#define PYTHONOPTIONSOVERRIDE_ID 129
#define POPT_INSPECT 0
#define POPT_INSPECT 0
#define POPT_VERBOSE 1
#define POPT_VERBOSE 1
#define POPT_SUPPRESS 2
#define POPT_SUPPRESS 2
...
...
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