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
38f225dd
Kaydet (Commit)
38f225dd
authored
Ara 20, 2016
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.6 (#28932)
üst
2ea5bfee
b0eb986e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
NEWS
Misc/NEWS
+2
-0
random.c
Python/random.c
+1
-1
configure
configure
+1
-1
configure.ac
configure.ac
+1
-1
pyconfig.h.in
pyconfig.h.in
+3
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
38f225dd
...
@@ -13,6 +13,8 @@ Core and Builtins
...
@@ -13,6 +13,8 @@ Core and Builtins
- Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
- Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
whitespace, not only spaces. Patch by Robert Xiao.
whitespace, not only spaces. Patch by Robert Xiao.
- Issue #28932: Do not include <sys/random.h> if it does not exist.
- Issue #25677: Correct the positioning of the syntax error caret for
- Issue #25677: Correct the positioning of the syntax error caret for
indented blocks. Based on patch by Michael Layzell.
indented blocks. Based on patch by Michael Layzell.
...
...
Python/random.c
Dosyayı görüntüle @
38f225dd
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
# ifdef HAVE_LINUX_RANDOM_H
# ifdef HAVE_LINUX_RANDOM_H
# include <linux/random.h>
# include <linux/random.h>
# endif
# endif
# if
defined(HAVE_GETRANDOM) || defined(HAVE_GETENTROPY)
# if
def HAVE_SYS_RANDOM_H
# include <sys/random.h>
# include <sys/random.h>
# endif
# endif
# if !defined(HAVE_GETRANDOM) && defined(HAVE_GETRANDOM_SYSCALL)
# if !defined(HAVE_GETRANDOM) && defined(HAVE_GETRANDOM_SYSCALL)
...
...
configure
Dosyayı görüntüle @
38f225dd
...
@@ -7763,7 +7763,7 @@ unistd.h utime.h \
...
@@ -7763,7 +7763,7 @@ unistd.h utime.h \
poll.h sys/devpoll.h sys/epoll.h sys/poll.h
\
poll.h sys/devpoll.h sys/epoll.h sys/poll.h
\
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h
\
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h
\
sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h
\
sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h
\
sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h
\
sys/param.h sys/
random.h sys/
select.h sys/sendfile.h sys/socket.h sys/statvfs.h
\
sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h
\
sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h
\
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h
\
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h
\
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h
\
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h
\
...
...
configure.ac
Dosyayı görüntüle @
38f225dd
...
@@ -2019,7 +2019,7 @@ unistd.h utime.h \
...
@@ -2019,7 +2019,7 @@ unistd.h utime.h \
poll.h sys/devpoll.h sys/epoll.h sys/poll.h \
poll.h sys/devpoll.h sys/epoll.h sys/poll.h \
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h \
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h \
sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \
sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \
sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
sys/param.h sys/
random.h sys/
select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
...
...
pyconfig.h.in
Dosyayı görüntüle @
38f225dd
...
@@ -1036,6 +1036,9 @@
...
@@ -1036,6 +1036,9 @@
/* Define to 1 if you have the <sys/poll.h> header file. */
/* Define to 1 if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H
#undef HAVE_SYS_POLL_H
/* Define to 1 if you have the <sys/random.h> header file. */
#undef HAVE_SYS_RANDOM_H
/* Define to 1 if you have the <sys/resource.h> header file. */
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
#undef HAVE_SYS_RESOURCE_H
...
...
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