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
66a8977b
Kaydet (Commit)
66a8977b
authored
Eki 27, 1995
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Moved mac-specific exit handling to macmain.c
üst
9513f2c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
21 deletions
+4
-21
pythonrun.c
Python/pythonrun.c
+4
-21
No files found.
Python/pythonrun.c
Dosyayı görüntüle @
66a8977b
...
...
@@ -45,14 +45,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <signal.h>
#endif
#ifdef THINK_C
#include <console.h>
#endif
#ifdef __MWERKS__
#include <SIOUX.h>
#endif
#ifdef NT
#undef BYTE
#include "windows.h"
...
...
@@ -670,20 +662,11 @@ goaway(sts)
}
#endif
/* TRACE_REFS */
/* XXXX Jack thinks it would be nicer to pause if any output has
** been generated since the last interaction with the user...
*/
#ifdef THINK_C
if
(
sts
==
0
)
console_options
.
pause_atexit
=
0
;
#endif
#ifdef __MWERKS__
if
(
sts
==
0
)
SIOUXSettings
.
autocloseonquit
=
1
;
else
printf
(
"
\n
[Terminated]
\n
"
);
#endif
#ifdef macintosh
PyMac_Exit
(
sts
);
#else
exit
(
sts
);
#endif
#endif
/* WITH_THREAD */
/*NOTREACHED*/
}
...
...
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