- 18 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 17 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error.
-
- 22 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
PyStructSequence_InitType() except that it has a return value (0 on success, -1 on error). * PyStructSequence_InitType2() now raises MemoryError on memory allocation failure * Fix also some calls to PyDict_SetItemString(): handle error
-
- 04 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 17 Nis, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
-
- 31 Mar, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Roumen Petrov.
-
- 10 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Şub, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks to Thomas Heller for the bug report.
-
- 18 Ock, 2013 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 11 Kas, 2012 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
handled by Python to not persist after os.fork() in the child process.
-
Gregory P. Smith yazdı
yet handled by Python to not persist after os.fork() in the child process.
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 02 Mar, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
Add a private API to convert an int or float to a C timespec structure.
-
- 02 Şub, 2012 2 kayıt (commit)
-
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Charles-François Natali yazdı
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
- 21 Kas, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
make _multiprocessing.win32.WaitForMultipleObjects interruptible when the wait_flag parameter is false. Patch by sbt.
-
- 12 Eki, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
TLS implementations, and fails with the ad-hoc TLS implementation when a thread doesn't have an auto thread state (e.g. a thread created outside of Python calling into a subinterpreter).
-
- 25 Haz, 2011 1 kayıt (commit)
-
-
Ross Lagerwall yazdı
-
- 09 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Initial patch by Charles-François Natali.
-
- 25 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
twice, it now writes the number of the second signal into the wakeup fd.
-
- 15 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Charles-François Natali.
-
- 10 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
instead of a RuntimeError: OSError has an errno attribute.
-
- 09 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
pthread_t is a pointer, not an integer, on FreeBSD. It should fix the following gcc warning: passing argument 1 of ‘pthread_kill’ makes pointer from integer without a cast
-
- 08 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
instead of a nul byte into the wakeup file descriptor. So it is possible to wait more than one signal and know which signals were raised.
-
- 07 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
signal module.
-
- 04 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Update the doc. Refactor also related tests.
-
- 03 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
called. The test checks that SIG_UNBLOCK calls immediatly the signal handler of the pending SIGUSR1. Improve also the tests using an exception (division by zero) instead of a flag (a function attribute).
-
- 02 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 30 Nis, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
and/or change the signal mask of the calling thread. Fix also tests of test_io using threads and an alarm: use pthread_sigmask() to ensure that the SIGALRM signal is received by the main thread. Original patch written by Jean-Paul Calderone.
-
- 27 Nis, 2011 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali.
-
Antoine Pitrou yazdı
APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali.
-
- 18 Nis, 2011 2 kayıt (commit)
-
-
Victor Stinner yazdı
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
-
Victor Stinner yazdı
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
-
- 30 Kas, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 05 Kas, 2010 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines Issue #10311: The signal module now restores errno before returning from its low-level signal handler. Patch by Hallvard B Furuseth. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines Issue #10311: The signal module now restores errno before returning from its low-level signal handler. Patch by Hallvard B Furuseth. ........
-
Antoine Pitrou yazdı
its low-level signal handler. Patch by Hallvard B Furuseth.
-
- 17 Eki, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Rename _PyImport_FindExtension() to _PyImport_FindExtensionUnicode(): the filename becomes a Unicode object instead of byte string * Rename _PyImport_FixupExtension() to _PyImport_FixupExtensionUnicode(): the filename becomes a Unicode object instead of byte string
-
- 01 Eki, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85140 | brian.curtin | 2010-10-01 09:49:24 -0500 (Fri, 01 Oct 2010) | 4 lines Fix #10003. Add SIGBREAK to the set of valid signals on Windows. This fixes a regression noticed by bzr, introduced by issue #9324. ........
-